﻿#siteId {
    position: fixed;
    top: 0px;
    background-image: url(SiteId.png);
    width: 30px;
    height: 200px;
}

.infobox {
    position: fixed;
    top: 5%;
    bottom: 5%;
    width: 790px;
    left: calc(50% - (790px/2));
    padding-top: 5px;
    border: solid 1px #008800;
    background: #F0F8FF;
    color: #48A41C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #000;
    z-index: 1000010;
}

.infoboxContent h2 {
    margin-bottom: 20px;
}

.infoboxContent p {
    clear: both;
    color: #555;
    line-height: 2em;
}

.infoboxButton {
    margin-top: 25px;
}
