.text{
    padding:50px 0;
    font-family: 'TildaSans',Arial,sans-serif;
}
.text h1{
    font-size:30px;
    font-weight:bold;
    margin-bottom:15px;
}
.text h2{
    font-size:25px;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:15px;
}
.text h3{
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:15px;
}
.text p{
    font-size:16px;
    margin-bottom:10px;
}

.table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}
