/* nav buttons */

.bsit {
	text-align: left;
	font-size: 18px;
	color: #1B3B6F
}

.nav_btns_el {
	margin-top: 35px;
}

.nav_btns_el p{
	text-align: center;
	font-size: 21px;
	padding: 0;
	margin: 0;
}

.barr {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.nav_btns_el .barr .el_btn {
	padding: 0 18px;
	height: 52px;
	line-height: 25px;
	background: #1B3B6F;
	color: #dedede;
	margin: 25px;
	cursor: pointer;
	font-weight: bolder;
	text-transform: uppercase;
	border: 1px solid #070C17;
	box-sizing: border-box;
	transition: all 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nav_btns_el .barr .el_btn svg {
	margin-right: 10px;
	transform: scale(1.2);
	transform-origin: center;
}

.nav_btns_el .barr .el_btn:hover {
	transform: scale(1.1);
	background: #284991;
}

/* content box */

.cnt_box {
	/* margin: 50px 50px; */
}

.cnt_title {
	font-size: 21px;
	border: 2px solid #070C17;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #070C17;
	background: rgba(40, 73, 145, 0.5);
	font-weight: bolder;
	text-shadow: 1px 0 0 #070C17;
}

.cnt_ins {
	margin-top: 5px;
	border: 2px solid #070C17;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #070C17;
	background: rgba(40, 73, 145, 0.5);
	font-weight: bolder;
	padding: 20px 0;
	line-height: 25px;
	font-size: 21px;
}

/* content box - INFO table */

.cnt_ins table {
	margin: auto;
	font-weight: normal;
}


.cnt_ins table tr td {
	border-bottom: 1px dashed #070C17;
}

.cnt_ins table tr td.ask {
	text-align: right;
	color: #266DD3;
}

.cnt_ins table tr td.ans {
	text-align: left;
	color: #dedede;
}
