/* For mobile sites*/

@media only screen and (max-width: 600px) {
    .noti .logos, body .logos td, .noti .logos tr {
        display: block;
        width: auto;
        margin: 0;
        text-align: center;
    }
    .noti .logos tbody {
        display: inline-block;
    }
    .noti .logos td {
        width: 48%;
        display: inline-block;
        padding: 0;
    }
    body .noti .numbs p {
        width: auto;
        display: block;
    }
    .advantages li div {
        margin-left: -36px;
        margin-top: 8px;
    }
}

.noti-content {
    width: 55%;
    margin: auto;
}

.noti .message {
    font-size: 1.2em;
    margin: .5em;
    margin-bottom: 1.3em;
    padding: 1em;
    padding-top: .1em;
    padding-bottom: .3em;
    overflow: hidden;
    font-weight: normal;
    background: rgb(247, 112, 0);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    color: #fff;
    zoom: 1;
}

#mainmessage {
    font-size: 20px;
}

.noti .message p, .noti .message2 p {
    margin-top: .7em;
}

.noti .message2 {
    font-size: 1.2em;
    border: 1px solid rgb(255, 120, 47);
    background-color: rgb(254, 255, 175);
    margin-bottom: 1em;
    margin-left: .3em;
    margin-right: .3em;
    padding: 1em;
    padding-top: .1em;
    padding-bottom: .1em;
    overflow: hidden;
    font-weight: normal;
}

.advantages {
    font-size: 13px;
    list-style: none;
    margin-left: 5px;
    padding-left: 0;
}

.advantages li {
    margin-bottom: 1.5em;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 16px;
}

.advantages div, .advantages p {
    font-size: 16px;
}

.advantages li h3 {
    font-size: 20px;
    line-height: 30px;
}

.advantages .security {
    background: transparent url('./img/security.png') no-repeat 0 0;
}

.advantages .speed {
    background: transparent url('./img/speed.png') no-repeat 0 0;
}

.advantages .compatibility {
    background: transparent url('./img/compatibility.png') no-repeat 0 0;
}

.advantages .comfort {
    background: transparent url('./img/comfort.png') no-repeat 0 0;
}

.notavailable {
    zoom: 1;
    opacity: .5;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    -khtml-opacity: .5;
    /* Safari 1.x */
    -moz-opacity: .5;
    /* FF lt 1.5, Netscape */
    text-decoration: none;
}

.noti .clear {
    clear: both;
}

.noti .logos {
    width: 100%;
    border: none;
}

.noti .logos td {
    vertical-align: top;
    padding: 10px;
    border: none;
    background: none;
    width: 25%;
}

.bf a {
    background-image: url('./img/big/ff.png');
}

.bi a {
    background-image: url('./img/big/ie.png');
}

.bo a {
    background-image: url('./img/big/op.png');
}

.bc a {
    background-image: url('./img/big/ch.png');
}

.bs a {
    background-image: url('./img/big/sa.png');
    background-size: 110px 110px;
}

a.l {
    display: block;
    padding: 4px;
    padding-top: 117px;
    background-repeat: no-repeat;
    background-size: 110px auto;
    background-position: center 4px;
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
}

a.l:hover {
    border: 2px dotted rgb(170, 170, 170);
}

a.l .bro {
    white-space: nowrap;
    text-decoration: underline;
    font-size: 19px;
}

a .vendor {
    color: #aaa;
    text-align: center;
    font-size: 10px;
    display: block;
}

a .na {
    display: none;
    color: #000;
}

a:hover .na {
    display: block;
    cursor: default;
}

a.notavailable .bro {
    text-decoration: none !important;
}

.subnote {
    color: #aaa;
    font-size: 12px;
}

.whatnow {
    text-align: center;
    margin: 13px 25px;
}

.adc {
    font-size: 12px;
    margin-left: 10px;
    float: right;
    text-align: right;
    margin-top: 0;
    margin-bottom: 10px;
}

.noti {
    margin: 35px 0;
    border: 1px solid #777;
    box-shadow: 0 0 8px #888;
    background: #FFF4F4;
    text-align: center;
}

.noti h2, .noti p {
    margin: 13px 25px;
    font-size: 19px;
}

.testwarning {
    background: repeating-linear-gradient( 45deg, #ffd545, #ffd545 10px, #FFF754 10px, #FFF754 20px);
    padding: 20px 20px;
    font-size: 16px;
}

/* display of bar inside the page */

.example {
    background: #FDF2AB url(./img/dialog-warning.gif) no-repeat 1em 0.55em;
    background-position: 8px 17px;
    z-index: 111111;
    border-bottom: 1px solid #A29330;
    text-align: left;
    cursor: pointer;
    background-color: #fff8ea;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
}

.example div {
    padding: 11px 12px 11px 30px;
    line-height: 1.7em;
}

.example div a, .example div a:visited, .greenbut {
    text-indent: 0;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: normal;
    background: #5ab400;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
}

#buorgig {
    background-color: #edbc68;
}