﻿#qual-table
{
	line-height: 1.4em;
	margin-bottom: 20px;
    border: 1px solid #C18898;
}

#qual-table td {
	padding: 5px;
	vertical-align: top;
    text-align: left;
    line-height: 30px;
}

#qual-table th {
	font-weight: normal;
	font-size: 18px;
	color: white;
	padding: 10px;
	text-align: left;
}

#qual-table .th {
    background-color: #C18898
}

#qual-table tr:nth-child(even) {
    background-color: #f7f7f7;
}