h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}

a:focus {
    outline: none;
}

body {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    color: #464646;
    overflow-x: hidden;
}

html, body {
    height: 100%;
}
a {
    cursor: pointer;
}

a.color{
    display: block;
    float: left;
    height: 22px;
    width: 22px;
    font: normal 12px sans-serif;
    margin-right: 10px;
    margin-top: 7px;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

video {
    width: 100% !important;
    height: 100% !important;
}

.no-margins {
    margin: 0 !important;
}
.m-t {
    margin-top: 15px;
}

.panel{
    box-shadow: none;
}

.panel-title {
    font-size: inherit;
}

.stat-percent {
    float: right;
}

.font-bold {
    font-weight: 600;
}
/* FULL HEIGHT */
.full-height {
    height: 100%;
}
.tlskdiv {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    float: left;
    margin-top: 5px;
}
.tlsktext {
    margin-left: 5px;
    font-size: 13px;
    margin-top: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
}