header, section, footer, aside, nav, article,
figure, audio, video, canvas { display:block; }

body {
    background-color: #FFFFFF;
    font-family: Arial, serif;
    color: #093573;
}
.wrap-blocks {
    display: flex;
}
h2 {
    margin-bottom: 10px;
    font-size: 20px;
    margin-left: 10px;
}
#wrapper {
    width: 1080px;
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 0;
    position: relative;
}
#hover {
    width: 1080px;
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

#block1 {
    flex: 33.3333333%;
}

#block2 {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    flex: 33.3333333%;
}

#block3 {
    flex: 33.3333333%;
}
#block1 > p.load,
#block2 > p.load,
#block3 > p.load {
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: black;
}

h1 {
    text-align: center;
    font: bold 20px/20px Arial;
    margin: 10px auto;
    padding-bottom: 15px;
    position: relative;
}
a {
    text-decoration: none;
    color: #5b93b7;
    font-weight: bold;
}
table {
    margin: 0 auto;
    width: 94%;
}
thead th  {
    padding-bottom: 10px;
    text-align: left !important;
    padding-right: 10px;
}
.font-bold {
    font-weight: bold;
}
tbody td {
    padding-bottom: 10px;
}
