* {
    margin: 0;
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.inline-block {
    display: inline-block;
}
.center {
    margin: 0 auto;
}
.box {
    box-shadow: 1px 1px 10px;
    margin: 10px;
    padding: 5px;
    min-height: 117px;
    color: white;
}
.teaser {
    position: relative;
    color:#0089D1;
    background: url(/images/offer.jpg) bottom repeat-x #0089d0;
    height: 68px;
    padding: 25px;
}
.ad_top div.center, .ad_bottom div.center, .skyscraper{
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.ad_top div.center, .ad_bottom div.center{
    width: 728px;
    height: 90px;
}
.skyscraper {
    width: 160px;
    height: 600px;
}
.like {
    position: absolute;
    right: -42px;
    top: 167px;
}
.list-bg {
    background-color: #a5c0ce;
}
.list-item {
    color: #8c8c8c;
    border: 1px solid #cccccc;
    margin-bottom: 3px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.list-item .details {
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 10px;
}

.list-item .details img{
    display: block;
    width: 100%;
}

.list-item .premium {
    background: url("/images/premium.gif") center no-repeat !important;
    min-height: 117px;
}

.list-item .rank, .list-item .rank-1, .list-item .rank-2, .list-item .rank-3, .list-item .rank, .list-item .rank-1, .list-item .rank-2, .list-item .rank-3, .list-item .stats {
    background-color: #cccccc;
    text-align: center;
    font-size: 24px;
    text-shadow: 0px 0px 3px black;
    color: #cccccc;
    padding: 0;
    margin: 0;
}

.list-item .stats {
    width: 100%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(204,204,204,0.9) 45%, rgba(204,204,204,1) 50%, rgba(204,204,204,0.88) 56%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(45%,rgba(204,204,204,0.9)), color-stop(50%,rgba(204,204,204,1)), color-stop(56%,rgba(204,204,204,0.88)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.9) 45%,rgba(204,204,204,1) 50%,rgba(204,204,204,0.88) 56%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.9) 45%,rgba(204,204,204,1) 50%,rgba(204,204,204,0.88) 56%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.9) 45%,rgba(204,204,204,1) 50%,rgba(204,204,204,0.88) 56%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.9) 45%,rgba(204,204,204,1) 50%,rgba(204,204,204,0.88) 56%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.list-item .rank, .list-item .rank-1, .list-item .rank-2, .list-item .rank-3 {
    font-size: 20px;
}

.list-item .rank-1, .list-item .rank-1 {
    color: goldenrod;
}

.list-item .rank-2, .list-item .rank-2 {
    color: silver;
}

.list-item .rank-3, .list-item .rank-3 {
    color: #8e846b;
}

.premium-row {
    background: rgb(254,252,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(252,242,183,1) 50%, rgba(254,252,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(50%,rgba(252,242,183,1)), color-stop(100%,rgba(254,252,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(252,242,183,1) 50%,rgba(254,252,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(252,242,183,1) 50%,rgba(254,252,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(252,242,183,1) 50%,rgba(254,252,234,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(252,242,183,1) 50%,rgba(254,252,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
}

.relative {
    position: relative;
}

.sticky.fixed {
    left: auto
}

.topmost {
    z-index: 999999999 !important;
}

.menu-icon img {
    position: absolute;
    display: block;
    height: 2rem;
    top: 50%;
    margin-top: -1rem;
    left: 0.450625rem;
    width: 2rem;
}

.dashboard, .dashboard > a {
    background-color: #f04124 !important;
    border-color: #cf2a0e !important;
    color: #fff !important;
    height: 40px;
}

.dashboard *{
    text-align: center;
}