
.margin-top-30
{
	margin-top: 20px;
}

table
{
	width: 100%;
}
table td, table th
{
	padding: 18px 30px;
	font-family: 'Raleway';
	font-size: 14px;
	line-height: 24px;
}
table td,  table th
{
	border-left: 1px solid #E2E6E7;
}
table td:first-child, table th:first-child
{
	text-align: right;
	border-left: none;
}
table.align-left td:first-child, table.align-left th:first-child
{
	text-align: left;
}
table tr:nth-child(odd) 
{
	background: #F5F5F5;
}


.btn {
    background-color: #333333;
    padding: 5px 5px 5px 5px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px; 
    text-transform: uppercase;
    font-weight: bold; 
}