<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#orders li{
    font-style:italic;
    margin-top: 16px;
    list-style: none;
    background: url(../img/arrow.png) no-repeat 2px 8px;
    padding-left: 14px;
    font-size: 13px;
}
#orders li a, #orders li span{
    font-size: 12px;
}
#orders .table a, #orders ul li a{
    color: #006ab4;
}
#orders .table{
    margin-top: 24px;
    width: 100%;
}
#orders .table .text_left{
    text-align: left;
}
#orders .table .text_right{
    text-align: right;
}
#orders .table tr:last-child{
    border-bottom: none;
}
#orders .table tr.first{
    background-color: #7a7a7a;
    color: #fff;
    border-bottom: none;
}
#orders .table tr{
    border-bottom: #000 solid 1px;
}
#orders .table td, #orders .table th{
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}
#orders .table tr.first th:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#orders .table tr.first th:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#info{
    padding: 20px 19px 15px;
}
#info ul{
    margin-top: 16px;
}
#info li{
    list-style: none;
    margin-top: 16px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #404040;
}
#info label, #password label{
    display: block;
    float: left;
    width: 145px;
    text-align: right;
    padding-right: 10px;
    padding-top: 4px;
}
#info input, #password input, #password_change input{
    border: #00a1c8 solid 1px;
    height: 24px;
    width: 200px;
    background: -moz-linear-gradient(top,  rgba(228,228,228,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,228,228,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#info input:focus, #password input:focus, #password_change input:focus{
    border: #ff9900 solid 1px;
}
#info li:first-child input, #password li:first-child input{
    width: 180px;
}
#info li:last-child, #password li:last-child{
    margin-left: 155px;
}
#info input[type="submit"], #password input[type="submit"], #password_change input[type="submit"]{
    height: 36px;
    width: 170px;
    border-radius: 20px;
    border: #0087ae solid 1px;
    background-color: #00b9e6;
    color: #fff;
    font-size: 18px;
    font-family: 'Myriad Pro', sans-serif;
    cursor: pointer;
    background: rgb(0,203,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,203,254,1) 0%, rgba(84,163,238,1) 44%, rgba(54,144,240,1) 65%, rgba(0,161,199,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,203,254,1)), color-stop(44%,rgba(84,163,238,1)), color-stop(65%,rgba(54,144,240,1)), color-stop(100%,rgba(0,161,199,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,203,254,1) 0%,rgba(84,163,238,1) 44%,rgba(54,144,240,1) 65%,rgba(0,161,199,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,203,254,1) 0%,rgba(84,163,238,1) 44%,rgba(54,144,240,1) 65%,rgba(0,161,199,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,203,254,1) 0%,rgba(84,163,238,1) 44%,rgba(54,144,240,1) 65%,rgba(0,161,199,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,203,254,1) 0%,rgba(84,163,238,1) 44%,rgba(54,144,240,1) 65%,rgba(0,161,199,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbfe', endColorstr='#00a1c7',GradientType=0 ); /* IE6-9 */
}
#info input[type="submit"]:hover, #password input[type="submit"]:hover, #password_change input[type="submit"]:hover {
    background: rgb(0,201,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,201,237,1) 0%, rgba(41,137,216,1) 54%, rgba(32,124,202,1) 70%, rgba(0,125,183,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,201,237,1)), color-stop(54%,rgba(41,137,216,1)), color-stop(70%,rgba(32,124,202,1)), color-stop(100%,rgba(0,125,183,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,201,237,1) 0%,rgba(41,137,216,1) 54%,rgba(32,124,202,1) 70%,rgba(0,125,183,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,201,237,1) 0%,rgba(41,137,216,1) 54%,rgba(32,124,202,1) 70%,rgba(0,125,183,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,201,237,1) 0%,rgba(41,137,216,1) 54%,rgba(32,124,202,1) 70%,rgba(0,125,183,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,201,237,1) 0%,rgba(41,137,216,1) 54%,rgba(32,124,202,1) 70%,rgba(0,125,183,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9ed', endColorstr='#007db7',GradientType=0 ); /* IE6-9 */

}
#password input{
    float: left;
    margin-right: 20px;
}
#password span{
    display: block;
    float: left;
    margin: 4px 4px 0 0;
}
#password a{
    text-decoration: underline;
    color: #1775ab;
}
#password h1{
    margin-bottom: 23px;
}
#password li, #password_change li{
    list-style: none;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #404040;
}
#password li{
    margin-bottom: 24px;
}
#password_change li{
    margin-bottom: 16px;
}
#password_change span{
    color:#9f9e9e;
    font-size: 12px;
}
#password_change h1{
    margin: 6px 0 20px 0;
}
#password_change label{
    display: block;
    float: left;
    width: 107px;
    padding-right: 10px;
    padding-top: 4px;
    text-align: right;
    color:#404040;
}
#password_change input{
    margin: 0 13px 0 7px;
}
#password_change li:last-child{
    margin-left: 117px;
}
#subscription .table{
    margin-top: 19px;
    width: 100%;
}
#subscription .table .text_left{
    text-align: left;
}
#subscription .table tr.first{
    background-color: #7a7a7a;
    color: #fff;
    border-bottom: none;
}
#subscription .table tr{
    border-bottom: #000 solid 1px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
#subscription .table th{
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
#subscription .table tr a{
    text-decoration: underline;
}
#subscription .table td, #orders .table th{
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}
#subscription .table tr.first th:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#subscription .table tr.first th:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#subscription .table a.green, #subscription .table span.green{
    color:#0c7a12;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}
#subscription .table a.red{
    color:#b50606;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}
#subscription .table td:last-child a{
    text-decoration: none;
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: #3f8fc7;
    border-bottom: 1px dashed #3f8fc7;
}
#main_cabinet{
    padding-bottom: 45px;
}
#main_cabinet ul{
    width: 100%;
    list-style: none;
}
#main_cabinet ul li{
    padding-top: 36px;
    width: 33%;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #010101;
    font-family: Arial, sans-serif;
}
#main_cabinet ul li .img{
    display: block;
    margin: 0 auto;
    height: 50px;
}
#main_cabinet ul li a{
    display: block;
    font-size: 14px;
    color: #006ab4;
    margin-bottom: 4px;
}


#password h1 {
    margin-bottom: 23px;
}
div.center h1 {
    font-size: 24px;
    font-family: Georgia,sans-serif;
    margin-top: 16px;
}
div.center *{
    margin: 0;
    padding: 0;
}
div.center{
    float: left;
    width: 800px;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px 19px 15px;
    box-sizing: border-box;
}
div.center a{
    text-decoration: underline;
}
div.center a:hover{
    color: #ff7604!important;
}

div.cabinet{
    background: url("../img/arrow2.png") no-repeat 0 7px;
    padding-left: 8px;
    font-style:italic;
    font-family: Georgia, sans-serif;
    font-size: 12px;
    margin-bottom: 6px;
}
div.cabinet a{
    color: #247ca5;
}
div.center h1{
    font-size: 24px;
    font-family: Georgia, sans-serif;
    margin-top: 16px;
}</pre></body></html>