ul#langs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}
#flex_cont > div.nav {
	position: -webkit-sticky;
    position: sticky;
    top: 82px;
    z-index: 20;
	background-color: white;
}
#flex_cont > div.nav > p {
	font-size:1.3em;
	font-style:italic;
	margin:15px 0 5px 3px;
}
ul#langs li {
    float: left;
    margin:3px;
}
#langs > li > a {
	font-size:1.1em;
	font-weight:600;
	display:inline-block;
	padding:4px 8px 4px 8px;
	color:white;
	background-color:black;
}
.smoothScroll {
    display: inline-block;
    margin-left: 0px;
}
#bl_tb_w > section {position: relative;}
#bl_tb_w > section > ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#bl_tb_w > section > ul li {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px #8d8888cf;
    -moz-box-shadow: 0px 0px 10px 0px #8d8888cf;
    box-shadow: 0px 0px 12px -3px #8d8888cf;
	width: calc(25% - 50px);
    position: relative;
	float: left;
	margin: 10px 10px 25px 10px;
}
#bl_tb_w > section > p {
	font-size:2em;
	font-weight:600;
	padding-left: 7px;
}
#bl_tb_w > section > ul > li > div.w__r {padding-top: 48.4%;}
#bl_tb_w > section > a.anchor {
	position: absolute;
    left: 0px;
    top: -175px;
}
#bl_tb_w {position:relative}
#type_tb > table > caption {
	font-size:1.4em;
	padding-bottom:10px;
}
#type_tb table.bbm_chart tr td {
	font-size:1.2em;
	line-height: 1.5em;
	border-bottom:1px solid #80808036;
}
#type_tb > table > tbody > tr > td:nth-child(2) {font-weight:400; padding-right:25px}
#type_tb > table > tbody > tr > td:nth-child(1) {
	text-align:right;
	color:#808080a8;
}
#type_tb > table.bbm_chart > thead > tr > th {
	font-weight:600;
	padding-bottom:8px;
	font-size:1.2em;
}

#bl_tb_w > section > ul > li > a {
    padding: 2px 10px 2px 10px;
    background-color: #00A0BA;
    color: white;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    width: calc(100% - 20px);
    text-align: center;
}
#bl_tb_w > section > ul > li > a > p {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 3px;
    font-size: 16px;
}
#bl_tb_w > section > ul > li > a.buy_a {
    margin: 15px 0 0 0;
    background-color: #F76F34;
	bottom:15px;
}
#bl_tb_w > section > ul > li > p {
    padding-bottom: 85px;
}
table.refract > tbody > tr > td {
	font-size:1em;
	font-weight:400;
}
table.refract > tbody > tr > td:nth-child(1) {
	font-size:1em;
	font-weight:600;
	padding-right:10px;
	width:60%;
}
table.refract > tbody > tr > td:nth-child(2) {
	text-align:center;
	width:40%;
}
table.refract {
	margin:15px 0 15px 0;
	width:100%;
}
#type_tb > table > caption > h2 {
	font-size: 1.05em;
}
#t_txt {
	border-left: 10px solid #CCCCCC;
    padding: 0 12px 0 12px;
    font-weight: bold;
    line-height: 1.5em;
}
#type_tb > table > tbody > tr > td:nth-child(4) {text-align:center}
#type_tb > table > thead > tr > th {padding-left:5px; padding-right:5px}