@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
body {
	background: #f9f9f9;
	font-family: "Roboto", sans-serif;
}

.main-content {
	padding-top: 100px;
	padding-bottom: 100px;
}



.table {
	border-spacing: 0 15px;
	border-collapse: separate;
}
.table thead tr th,
.table thead tr td,
.table tbody tr th,
.table tbody tr td {
	vertical-align: middle;
	border: none;
}
.table thead tr th:nth-last-child(1),
.table thead tr td:nth-last-child(1),
.table tbody tr th:nth-last-child(1),
.table tbody tr td:nth-last-child(1) {
	text-align: center;
}
.table tbody tr {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.table tbody tr td {
	background: #fff;
}
.table tbody tr td:nth-child(1) {
	border-radius: 5px 0 0 5px;
}
.table tbody tr td:nth-last-child(1) {
	border-radius: 0 5px 5px 0;
}


.tomo h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 42pt;
    text-align: center;
    margin-bottom: 10px;
}


.tomo h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26pt;
    text-align: center;
    margin-bottom: 10px;
	color: #aa1920 !important;
}


.tomo h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 21pt;
    text-align: center;
    margin-bottom: 10px;
}