﻿img {
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h4 {
    font-weight: bold;
    color: #23408E;
	font-size: 14px;
	border-bottom: 1px solid #23408E;
    margin-bottom: 14px;
    padding: 5px 0px;
}
#titleDiv, #buttonDiv {
    width: 100%;
    text-align: center;
}
#titleDiv {
    font-weight: bold;
    padding: 3px;
    line-height: 26px;
    font-size: 18px;
    color: #23408E;
    border: #23408E solid 1px;
    margin-bottom: 20px;
}
.properties {
    width: 100%;
}
.properties > tbody > tr > td:first-child {
    width: 33%;
}
.backbutton {
    width: 100%;
    height: 35px;
    text-align:right;
    font-size: 16px;
}
.backbutton a:hover {
    text-decoration: none;
}