body
{
	padding: 0;
	margin: 0;
	font-family: Open Sans;
	background-color: #f7f7f7;
}

.tileBoxWithoutActionBar {
   background: white;
   border: 1px solid #ebebeb;
   clear: both;
   margin-bottom: 20px;
   margin-right: 20px;
   margin-left: 20px;
   padding: 20px;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    color: #a90016;
    margin: 15px 0 20px 0;
    line-height: 23px;
    letter-spacing: 1px;
    padding: 20px 0 0 25px;
}

a {
	display: block;
	width: 150px;
	height: 50px;
	color: #404040;
	font-size: 14px;
	line-height: 50px;
}

.column { float: left;}

h2.boxTitle {
    color: #9E9E9E;
    font-size: 22px;
    font-weight: 300;
    clear: both;
    font-family: Open Sans, Helvetica Neue, Trebuchet MS, Geneva, MS Sans Serif, sans-serif;
    margin-top: 25px;
    padding-left: 25px;
	letter-spacing: 1px;
    margin-bottom: 6px;
}

p {
	font-size: 14px;
	color: #404040;
}

table {
  width: 100%;
}

th {
    font-weight: bold;
	font-family: Open Sans;
	font-size: 14px;
	margin-left: 20px;
	text-align: left;
	background-color: #c6c6c6;
	color: white;
}
td {
	font-family: Open Sans;
	margin-left: 20px;
	font-size: 12px
}
tbody tr:nth-child(odd) {
  background: #fbfbfb;
}