.base-ratio-value td, .base-ratio-head td {
	text-align: center;
}
.base-ratio-value td {
	color: #999;
}

.base-ratio-head td.ratio-sub {
	color: #bbb;
}
.base-ratio-value td.ratio-sub {
	color: #ccc;
}

.rectangle {
	margin-left: 6px;
	background-color: #f99;
}

select {
	height: 30px !important;
	padding: 3px 2px 3px 5px !important;
}

@media screen and (max-width: 480px) {
	.rectangle {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	td, th {
		padding: 5px 2px !important;
	}
}
