/* Start Custom CSS for Pololu Product Page*/
.css-72 table {
    margin-bottom: 25px;
    margin-top: 25px;
    display: table;
    overflow: auto;
    width: auto !important;
}

.css-72 table.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.css-72 table tbody {
    display: table;
    width: auto;
}

.css-72 table.specifications tbody {
    border: 1px solid;
    width: auto;
}

.css-72 .qtr div {
    display: inline-block;
    background-color: #ff7fff;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 2px;
}

.css-72 .qtr_selection_guide td.footnotes {
    border: none;
    background: white;
    text-align: left;
    padding-top: 0.7em;
}

.css-72 table.qtr_selection_guide td.qtr_section {
    padding-top: 0.7em;
    border: none;
}

.css-72 table.qtr_selection_guide {
    text-align: center;
    font-size: smaller;
    font-family: Verdana, sans-serif;
    line-height: 1.1em;
    border-collapse: collapse;
    background-color: white;
    margin-bottom: 1.5em;
}

.css-72 table.picture_with_caption {
    max-width: 100%;
    margin-bottom: 1em;
}

.css-72 table.qtr_selection_guide sup {
    font-weight: bold;
}

.css-72 table.qtr_selection_guide td.hidden {
    display: none;
}

.css-72 table.qtr_selection_guide>tbody>tr>th,
.css-72 table.qtr_selection_guide>tbody>tr>td {
    padding: 0.2em;
    border: 1px solid #aaa;
}

.css-72 table.qtr_selection_guide>tbody>tr:nth-child(4n+3),
.css-72 table.qtr_selection_guide>tbody>tr:nth-child(4n+4) {
    background-color: #eee;
}

.css-72 table.qtr_selection_guide>tbody>tr>td:nth-child(1) {
    background-color: white;
}

.css-72 .qtr,
.css-72 .qtr td,
.css-72 .qtr th {
    border: none;
    padding: 0;
    margin: 0.2em 0 0.2em 0;
    border-collapse: collapse;
}

.css-72 .qtr td {
    width: 8px;
    height: 16px;
    vertical-align: middle;
    text-align: center;
}

.css-72 .qtr td:first-child {
    padding-left: 2px;
}

.css-72 .qtr td:last-child {
    padding-right: 2px;
}

.css-72 .qtr.narrow td {
    padding: 0;
}

.css-72 .qtr {
    width: auto;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
}

.css-72 table.side_by_side_pics {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.css-72 .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.css-72 .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.css-72 .fa-check:before {
    content: "\f00c";
    color: green;
}

.css-72 .fa-remove:before,
.css-72 .fa-close:before,
.css-72 .fa-times:before {
    content: "\f00d";
    color: red;
}

.css-72 table th.white,
.css-72 table td.white {
    background-color: white;
}

.css-72 table.active_controller_comparison {
    font-size: smaller;
}

.css-72 table:nth-of-type(1) tr:nth-child(2n),
.css-72 table.specifications tr:nth-child(even),
.css-72 table.active_controller_comparison tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04);
}

/* For properly displaying dl and dt elements in the Notes section */
.css-72 dl dt {
    float: left;
    min-width: 20px;
}

.css-72 dl dt:after {
    content: ".";
}

.css-72 table.active_controller_comparison>tbody>td,
.css-72 table.active_controller_comparison>tbody>tr>td,
.css-72 table.active_controller_comparison>tbody>tr>th {
    border: 1px solid #aaa;
}

/* For elements with class = spacer inside tables */
.css-72 table .spacer {
    border: 0 !important;
    padding: 0;
    line-height: 10px;
    background: white;
}

.css-72 table.controller_comparison th,
.css-72 table.active_controller_comparison th,
.css-72 table.reference tr>th {
    font-weight: bold;
}

.css-72 table.reference {
    width: auto;
}

.css-72 table.reference tbody {
    width: auto;
}

.css-72 table.reference tr,
.css-72 table.reference td,
.css-72 table.reference th,
.css-72 table.controller_comparison td,
.css-72 table.active_controller_comparison td,
.css-72 table.controller_comparison th,
.css-72 table.active_controller_comparison th {
    padding: 0.4em;
    border: 1px solid #aaa;
    text-align: center;
    vertical-align: middle;
}

/*End custom style for pololu product page*/