body, html {
    width: 100%;
    height:100%;
    padding:0 ;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

h3 {
    text-align: center;
    border-bottom: 1px dotted white;
}

#wrapper {
    width: 100%;
    height: 100%;
    background-color: black;
}
#left {
    width: 50%;
    float: left;
    height: 100%;
}
#left-top {
    width: calc(100% - 10px);
    float: left;
    height: calc(80% - 10px);
    padding: 5px; 
}
#left-bottom {
    width: calc(100% - 10px);
    float: left;
    height: calc(20% - 10px);
    padding: 5px; 
}
#right {
    width: calc(50% - 10px);
    float: left;
    height: calc(100% - 10px);
    padding: 5px; 
    font-size: 18pt;
}

table {
    width:100%;
    border-spacing: 0;
}

th {
    text-align:left;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px 0 5px 0;
}

td {
    border-bottom: 1px solid white;
    padding: 5px 0 5px 0;
}

.panel-title {
    font-size: 18pt;
    width: 100%;
    text-align: center;
    height: 60px;
}

.panel-content {
    font-size: 24pt;
    width: 100%;
    text-align: center;
}

.panel {
    width: 25%;
    margin-top: 10px;
    float: left;
}

.title {
    font-weight: bold; 
    font-size: 20pt;
}

#image {
    width:100%;
    height: 550px;
    overflow: hidden;
}

#image img {
    width:100%;
}