#top {
    padding: 12px;
}

.block-double-horizontal {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.block-double-horizontal > div {
    display: table-cell;
}

.block-double-horizontal > div:first-child {
    width: 60%;
}

.block-double-horizontal > div:last-child {
    width: 40%;
    text-align: center;
}

.block-double-horizontal > div:last-child img {
    width: 85%;
}

.block-double-vertical {
    width: 100%;
    height: 100%;
    /*padding: 15% 0;*/
}

.block-double-vertical > div {
    width: 100%;
}

.block-double-vertical > div:first-child {
    text-align: center;
}

/*
.block-double-vertical > div:first-child img {
    width: 70%;
}
*/

.left, .right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.left {
    right: 40%;
}

.right {
    left: 60%;
}

.text-block {
    padding: 20px;
}

/*
.text-block > .title {
    font-size: 35px;
}
*/

.text-block > .description {
    padding-left: 5%;
    /*font-size: 25px;*/
}

#legend {
    text-align: center;
}

/*
#bottom {
    height: 75px;
}
*/

#bottom .vertical-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
    height: 75px;
}

#bottom .vertical-container img {
    max-height: 75px;
    width: auto;
}

#bottom .left {
    text-align: center;
}

/*
#bottom .right {
    line-height: 75px;
}
*/