﻿#Instr01, #Instr02, #Instr03, #Instr04 {
    width: 100%;
}

#Instr02, #Instr03, #Instr04 {
    display: none;
}

.TabA {
    border-radius: 10px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.TabA {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    border: 1px solid #DDD;
    margin-bottom: 10px;
}

.TabB {
    width: 100%;
    cursor: pointer;
}

    .TabB > span:nth-child(1) {
        width: 75px;
    }

    .TabB > span:nth-child(2) {
        width: calc(100% - 180px);
        display: inline-flex;
        line-height: 1;
    }

    .TabB > span:nth-child(3) {
        width: 72px;
    }

.TabC, .TabF {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.TabC, .InA {
    background: rgb(135,224,253);
    background: -moz-linear-gradient(-45deg, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(39,150,200,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(39,150,200,1)));
    background: -webkit-linear-gradient(-45deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(39,150,200,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(39,150,200,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(39,150,200,1) 100%);
    background: linear-gradient(135deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(39,150,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#2796c8',GradientType=1 );
}

.TabC, .TabF {
    float: left;
    display: block;
    width: 75px;
    height: 25px;
    padding-right: 5px;
    line-height: 25px;
    text-align: right;
    font-size: 25px;
    color: white;
    margin: 13px 10px 0 0;
    box-shadow: 1px 1px 5px #999;
}

.TabD {
    float: right;
    font-size: 12px;
    margin-right: 10px;
    color: #666;
}

.TabE {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #DDD;
}

.TabE {
    clear: both;
    display: none;
    line-height: 1.5;
    background: #FFF;
    width: 90%;
    margin: 0px auto 20px auto;
    padding: 10px;
    cursor: auto;
}

.TabF, .InB {
    background: rgb(255,220,73);
    background: -moz-linear-gradient(-45deg, rgba(255,220,73,1) 0%, rgba(250,170,39,1) 40%, rgba(229,79,0,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,220,73,1)), color-stop(40%,rgba(250,170,39,1)), color-stop(100%,rgba(229,79,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,220,73,1) 0%,rgba(250,170,39,1) 40%,rgba(229,79,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,220,73,1) 0%,rgba(250,170,39,1) 40%,rgba(229,79,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,220,73,1) 0%,rgba(250,170,39,1) 40%,rgba(229,79,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,220,73,1) 0%,rgba(250,170,39,1) 40%,rgba(229,79,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc49', endColorstr='#e54f00',GradientType=1 );
}

ul.SBox {
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

    ul.SBox > li {
        display: inline-block;
    }

        ul.SBox > li:last-child {
            width: 50%;
        }
