table.run-table {
	width: 100%;
}

table.run-table td, th {
	white-space: nowrap;
}

table.run-table td {
	padding-right: 20px;
}

table.run-table th:first-child {
	padding: 0px 5px 0px 5px;
}

table.run-table th:nth-child(2) {
	width: 99%;
}

.lift-status label input[type=radio][value=Auto]:checked+span.btn {
    background-color: #FFD800 !important;
    color: #FFF !important;
}

.lift-status label input[type=radio][value=Open]:checked+span.btn {
    background-color: #33CC00 !important;
    color: #FFF !important;
}

.lift-status label input[type=radio][value=Standby]:checked+span.btn {
    background-color: #FF6600 !important;
    color: #FFF !important;
}

.lift-status label input[type=radio][value=WindHold]:checked+span.btn {
    background-color: #0033CC !important;
    color: #FFF !important;
}

.lift-status label input[type=radio][value=Closed]:checked+span.btn {
    background-color: #CC3300 !important;
    color: #FFF !important;
}

table.run-table td[data-id] {
	text-align: right;
}