body
{
	padding: 0;
	margin: 0;
	font-family: Montserrat;
	background-color: #fbfbfb;
}

.tileBoxWithoutActionBar {
   background: #ffffff;
   border: 1px solid #d1d1d1;
   clear: both;
   margin-bottom: 20px;
   margin-right: 20px;
   margin-left: 20px;
   padding: 0 20px 0 20px;
}

h1 {
    font-size: 24px;
    font-weight: 300;
    color: #373737;
    margin: 15px 0 20px 0;
    line-height: 41px;
    letter-spacing: 1px;
    padding: 20px 0 0 25px;
}
h1 span {
	float: left;
	margin-right: 20px;
}
h1 img {
	vertical-align:middle;
}
a {
	display: block;
	width: 150px;
	height: 50px;
	color: #0099b4;
	font-size: 14px;
	line-height: 50px;
}

.column { float: left;}

p {
	font-size: 14px;
	color: #373737;
	margin-left: 20px;
}
h2.boxTitle {
    color: #ababad;
    font-size: 22px;
    font-weight: 400;
    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;
}
h3 { 
font-size: 14px;
}
th {
    font-weight: bold;
	font-family: Montserrat;
	font-size: 14px;
	margin-left: 20px;
	text-align: left;
	background-color: #c6c6c6;
	color: white;
}
td {
	font-family: Montserrat;
	margin-left: 20px;
	font-size: 12px
}
tbody tr:nth-child(odd) {
  background: #fbfbfb;
}
table {
  width: 100%;
}