.table-striped
{
	font-size: 16px;
}

.table-striped td
{
	width: 25%;
}

.table-striped>tbody>tr:nth-of-type(odd) 
{
    background-color: #f2f8ff;
}

.table-striped>thead
{
	font-weight: 700;
}

.form-control {
    border-radius: 0px;
}

.text-entry {
    height: auto;
    min-height: 2em;
	font-size: 16px;
}