html, body {
    height: 100%;
}

body {
    background: fixed #c6e9f8 url(/static/style/images/main_bg.png) no-repeat center bottom;
    line-height: normal;
}

.wrapper {
    margin-bottom: -213px;
    min-height: 100%;
}

.wrapper:after {
    content: "";
    display: block;
    height: 213px;
}

body.lang-lingq .filters-switcher,
body.lang-lingq .exchange-rankings,
body.lang-lingq .activity-feed-title {
    display: none;
}

body.modal-open {
    overflow: visible;
}

body.modal-open .modal {
    margin-right: -20px;
    overflow-y: scroll;
}

input,
button {
    display: inline;
    padding: 2px;
}

input[type=hidden] {
    display: none !important;
}

a,
input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    border: none;
}

ul,
ol {
    margin: 0.5em 0;
    padding: 0;
}

ul li,
ol li {
    margin-left: 1.5em;
    padding-left: 0;
    text-indent: 0;
}

dl {
    margin: 0.5em 0;
}

dl dt {
    margin: 0;
}

dl dd {
    margin: 0 0 0.5em 2em;
}

hr {
    margin: 0 auto;
    width: 100%;
    color: #d7d7d7;
}

a {
    color: #006ed5;
    outline: none;
}

img {
    border: none;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 150%;
}

.center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* page body */
#bd {
    clear: both;
    margin: auto auto 6px;
    padding: 0 !important;
}

.unified_content,
#main-col {
    background: #fff;
    border: 1px solid #a7ccdb;
    border-radius: 10px;
    box-shadow: 0 0 1px #a7ccdb;
}

#bd #page #content-header {
    top: 0;
    margin: 0 -15px;
    padding: 10px 0 22px 22px;
    border-bottom: 2px solid #d7d7d7;
    box-sizing: content-box;
    line-height: 100%;
}

#bd #page #content-header:after {
    content: "";
    display: block;
    clear: both;
}

#bd #page #content-header h1 {
    font-weight: bold;
    font-size: 27px;
}

#bd #page #content-header #content-menu,
#bd #page #content-header .content-menu {
    clear: both;
    padding-right: 20px;
}

#bd #page #content {
    margin: 0 0 0 20px;
    padding: 1em 0 0;
    border: 0;
}

#bd #page #content-toolbar {
    margin: 0;
    padding: 0;
    text-align: center;
}

#bd #page #content-toolbar ul {
    margin-bottom: 1em;
}

#bd #page #content-wrapper {
    padding-right: 20px;
}

#main-col .section {
    overflow: hidden;
    margin-bottom: 27px;
    padding: 12px 20px 19px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

#main-col .section h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

#main-col .section h2 a {
    margin-left: 5px;
    font: 16px Arial, sans-serif;
}