table {
border-collapse: collapse;
border-spacing: 1px;
}

th {
font-size: 1em;
color: #074DA3;
border: 1px solid #DDECFF;
font-weight: bold;
background-color: #D3E3EC;
}

td {
border: 1px solid #DDECFF;
text-align: center;
}

td.text {
text-align: left;
}

#mainfull h2 {
margin-top: 40px
}

#mainfull h2.notop {
margin-top: 0px
}