.obapps-content input{
	width: 80%;
}

.obapps-content {
	width: 90%;
}

#obapps-status table {
	color: black;
}
#obapps-status table tr:nth-of-type(odd){
	background:#E6E6FA;
}

#obapps-status table td{
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
}


#obapps-status table th{
        font-weight: bold;
        text-align: center;
        background:#193952;
     	color: white;
}

#obapps-status ul li{
        font-weight: bold;
	list-style-type: none;
        color: #193952;
}

 
.obapps-red {
	color: red;
}

.obapps-blue {
        color: #3177be;
}

