@font-face {
    font-family: "BeVietnam-Thin";
    src: url('../fonts/BeVietnam/BeVietnam-Thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: "BeVietnam-Light";
    src: url('../fonts/BeVietnam/BeVietnam-Light.ttf');
    font-weight: 200;
}

@font-face {
    font-family: "BeVietnam-Regular";
    src: url('../fonts/BeVietnam/BeVietnam-Regular.ttf');
    font-weight: 300;
}

@font-face {
    font-family: "BeVietnam-Medium";
    src: url('../fonts/BeVietnam/BeVietnam-Medium.ttf');
    font-weight: 400;
}

@font-face {
    font-family: "BeVietnam-SemiBold";
    src: url('../fonts/BeVietnam/BeVietnam-SemiBold.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "BeVietnam-Bold";
    src: url('../fonts/BeVietnam/BeVietnam-Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: "BeVietnam-ExtraBold";
    src: url('../fonts/BeVietnam/BeVietnam-ExtraBold.ttf');
    font-weight: 800;
}



* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

img {
    border: 0;
}

.table_space {
    width: 205px;
    /*Øèíèíà òàáëèöû - ìîæíî çàäàâàòü ëþáóþ.*/
    position: relative;
    /* border-right: 1px solid #e2e2e2; */
    /* border-left: 1px solid #d2d2d2; */
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-size: 12px; */
}

.table_space table td,
.table_space table th {
    vertical-align: middle;
}

.table_space2 {
    width: 240px;
}

.table_bottom {
    height: 18px;
    line-height: 28px;
    text-align: center;
    /* background: url(../img/images.png) repeat-x; */
    background: #F8F8F8;
    /* background-position: left -106px; */
    color: #aa232a;
    /* padding-top: 0px; */
    padding: 8px 0;
    /* display: none; */
    border: 1px solid #EBEBEB;
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.tl,
.tr {
    display: none;
    width: 9px;
    position: absolute;
    top: 0;
    height: 22px;
    overflow: hidden;
    font-size: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.bl,
.br {
		display: none;
    width: 11px;
    position: absolute;
    bottom: 0;
    height: 29px;
    overflow: hidden;
    font-size: 0;
    background: #F8F8F8;
}

.bl {
    /* background: url(../img/images.png) no-repeat; */
    /* background-position: left -183px; */
    left: -1px;
}

.br {
    /* background: url(../img/images.png) no-repeat right; */
    /* background-position: left -222px; */
    right: -1px;
}

.tl {
    background: url(../img/images.png) no-repeat;
    background-position: left -40px;
    left: -1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.tr {
    background: url(../img/images.png) no-repeat right;
    background-position: left -73px;
    right: -1px;
}

table {
    /* border-collapse: collapse; */
    /* border-spacing: 0; */
    width: 100%;
    /* border-right: 1px solid #adaca8; */
    color: #010101;
    border: 1px solid #EBEBEB;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

table tr {
    /* background:url(../img/images.png) repeat-x; */
    background-position: left -145px;
    height: 31px;
    font-family: "BeVietnam-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 17px;
		letter-spacing: 0em;
		text-align: left;
}

table tr:nth-child(odd) {
    background: #F8F8F8;
}

table tr.first {
    /* background:#eeeced; */
    height: 31px;
    color: #868282;
    font-family: "BeVietnam-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0em;
		text-align: left;
}

table tr.first th {
    font-family: "BeVietnam-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0em;
		text-align: left;
    /* border-bottom:1px solid #adaca8; */
}

table tr.first .th_last {
    width: 9px;
}

table tr .td1 {
    width: 15px;
    /* border-right:1px solid #acacac; */
    text-align: center;
    padding-left: 8px;
}

table tr td {
    text-align: left;
}


.img_ascending {
    background: url('../img/up.svg') no-repeat;
    background-size: contain;
    background-position: center;
    height: 8px;
    width: 8px;
    margin-left: 0px;
    margin: 0 auto;
}

.img_descending {
    background: url('../img/down.svg') no-repeat;
    background-size: contain;
    background-position: center;
    height: 8px;
    width: 8px;
    margin-left: 0px;
    margin: 0 auto;
}

.img_td {
    padding: 0px;
    text-align: left;
}

.fibo_link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0px;
    color: #A11D21;
    width: 65px;
    height: 18px;
    background: url('../img/logo.svg') no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 0 auto;
}