

#win10_compatibility > .question, #native_mac > .question {
    display: none;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #626568;
    -webkit-font-smoothing: antialiased;
}
a{
    outline: none;
}
p.noscript {
    font-size: 14px;
    color: #f00;
    text-align: center;
    width: 480px;
    margin: 20px auto;
}
.container{
    width: 1000px;
    margin: 20px auto;
}
.container.page_ftm-2024 {
    width: 1040px;
}
.header {
    background: none;
    border-bottom: 19px solid #c33;
    margin-bottom: 15px;
}
h3{
    text-align: center;
    color: rgb(61, 72, 82);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.first-td{
    width: 320px;
    text-align: left;
    vertical-align: middle;
    padding-right: 50px;
    color: rgb(74, 85, 104);
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    position: relative;
}
.question{
    position: absolute;
    right: 13px;
    top: 25px;
    border: 2px solid rgb(66, 153, 225);
    color: rgb(66, 153, 225);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding: 0 7px;
    border-radius: 50%;
    text-decoration: none;
}

.sub-list {
    padding-left: 25px;
}

tr.sub-list:nth-child(even){
    background-color: #f7fafc;
}

tr.sub-list > td {
    border-bottom: none;
    border-top: none;
}

tr.sub-list-parent > td {
    border-bottom: none;
}

.question:hover, .question:focus, .question:active{
    text-decoration: none;
    color: rgb(66, 153, 225);
}

.cell-wrapper img {
    float: left;
    display: block;
}

.cell-wrapper p {
    width: 173px;
    margin: 0 0 0 20px;
}
.check{
    color: #38A169;
    position: relative;
}
.ftm-show-plus::after {
    content: "+";
    padding-left: 10px;
    position: absolute;
    font-size: 23px;
    font-weight: 400;
    margin-top: -2px;
}
.roll-back-2019::after {
    content: "1,000 steps";
    position: absolute;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    bottom: -18px;
    right: -35px;
    width: 90px;
}
.roll-back-2024::after {
    content: "5,000 steps";
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
    font-size: 15px;
    font-weight: 400;
    bottom: -18px;
    right: -35px;
    width: 90px;
}
.ftm-check-times{
    width: 125px;
}
.times{
    color: #E53E3E;
}

table{
    margin: 0 auto 20px;
    border-bottom: none;
}
thead{
    background-color: rgb(160, 174, 192);
    color: rgb(255, 255, 255);
}
th{
    text-align: center;
    border-right: 1px solid #718096;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding: 4px 10px;
}
.page_ftm-2024 th{
    font-size: 17px;
}

th span {
    text-align: left;
}

tr td span.title{
    color: rgb(74, 85, 104);
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
    text-align: left;
}

th:last-child{
    border-right: none;
}

tr:last-child{
    border-bottom: none;
}
.cell-wrapper{
    display: flex;
    align-items: center;

}

tbody tr td:first-child{
    border-left: none;
}
tbody tr td:last-child{
    border-right: none;
}
tbody tr:nth-child(15) td{
    border-bottom: none;
}
td{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cbd5e0;
    width: 70px;
    height: 70px;
}
span.glyphicon-ok{
    font-size: 18px;
    color: #6f9734;
}
span.glyphicon-remove{
    font-size: 18px;
    color: #d20e00;
}
.aditional{
    width: 870px;
    text-align: left;
    font-style: italic;
    color: #a3a5ab;
    font-size: 12px;
    padding-top: 10px;
}

td a{
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    padding: 10px;
}

.footer .copyright{
    font-size: 11px;
}
.aditional p{
    margin: 0;
}

tr:last-child td{
    border-bottom: none;
}

.question:hover{
    cursor: pointer;
}


h4.modal-title {
    font-size: 1.4em;
    margin: 10px 0 5px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #000000;
}

.modal-body p {
    font-size: 1em;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #000000;
}
.footer{
    color:#252525;
    font-size: 11px;
    line-height: 15px;
    padding-top: 10px;
    border-top: solid 1px #adadad;
}
.tm {
    font-size: 60%;
}
.page_24-1 .cell-wrapper p {
    width: 177px;
}

.footer {
    margin-top: 10px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px){
    .question{
        padding: 0 6px;
    }
    th{
        font-size: 16px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1200px){
    .question{
        padding: 0 6px;
    }
    th{
        font-size: 16px;
    }
}