

.space {
	padding:30px;
}

/*kit table styles*/

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em auto;
    float:center;
    margin-top:5px;
}

th, td {
	border-bottom: 1px solid #ddd;
    padding: 15px;
    text-align: left;
}

td {
    height: 30px;
    vertical-align: center;
}

th {
    background-color: #1A4B8F;
    color: white;
    height:30px;
    text-align: left;
}

tr:hover {background-color: #e2e2e2;}

/*"highlighted" rows to separate photo & text 2 col layout*/

.light {
	background-color:#ffffff;
	border:solid;
	border-color: #e2e2e2;
	border-top-width:5px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}

/*dark blue sections*/
.blue {
    background-color: #1A4B8F;
    border: solid;
    border-top-width: 5px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: #BABADB;
    color:#ffffff;
    font-size: 18px;
}

/*"white" button transparent*/
.qbutton.white {
    background-color: rgba(0,0,0,0.0);
}
.qbutton.white:hover {
    background-color: rgba(0,0,0,0.0);
}