@charset "UTF-8";

table.default {
	font-family: 'Montserrat', sans-serif;
}

table.result {
	width: 65%;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	border-collapse: collapse;
}

table.result th, table.result td {
	border: solid 1px #000000;
}

table.result th {
	font-weight: bold;
	padding: 7px;
	background: #C6E0B4;
}

table.result td.t_left {
	padding: 7px;
	text-align: left;
}

table.result td.no_set {
	padding: 7px;
	background: #FFFE68;
}

table.result td {
	padding: 7px;
}

table.result tr.topHistory {
	border-top: solid 2px #000000;
	background: #FCE4D6;
}

table.result tr.firstColumn {
	background: #FCE4D6;
}

table.result tr.noAnswer {
	background: #F2F2F2;
}

table.resultSend {
	width: 90%;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	border-collapse: collapse;
}

table.resultSend th, table.resultSend td {
	border: solid 1px #000000;
}

table.resultSend th {
	font-weight: bold;
	padding: 7px;
	background: #C6E0B4;
}

table.resultSend td.t_left {
	padding: 7px;
	text-align: left;
}

table.resultSend td {
	padding: 7px;
}

table.resultSend tr.topHistory {
	border-top: solid 2px #000000;
	background: #FCE4D6;
}

table.resultSend tr.firstColumn {
	background: #FCE4D6;
}

table.resultSend tr.noAnswer {
	background: #F2F2F2;
}

.red {
	color: #FD2D03;
}