/* content */

.cnt_ins {
    padding: 0 0;
    max-width: 80vw;
    background: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cnt_desc, .cnt_desc_img {
    flex-grow: 10;
    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: 14px; */
}

.cnt_desc_img {
    flex-grow: 1;
    padding: 20px 0;
}

.cnt_box_break {
    width: 5px;
}

/* content box - INFO table */

.cnt_ins table {
    width: 100%;
	font-weight: normal;
}

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

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

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