/*
	Mission Control: Style Sheet
*/

.columns {
	max-width: 30px;
	font-size: 0.7em;
}

.columns-name{
	width: 160px;
	font-size: .8em;
}

.t-header {
	width: 45px;
/* 	font-size: 0.7em; */
}

.input-text {
	width: 30px;
	font-size: 1em;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
}

.columns.info {
	text-align: center;
	font-size: .8em;
}

.red {
background-color: red;
}

.yel {
background-color: yellow;
}