#uiLayoutRoot {
    position: absolute;
    top:10px;
    bottom:10px;
    left:10px;
    right:10px;
    border: 1px solid #000000;
}

#uiLayoutNorth {
    position: absolute;
    top: 0;
    height: 40px;
    width: 100%;
    margin-bottom: 6px;
    z-index: 2;
}

#uiLayoutSouth {
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    margin-top: 8px;
}

.visit-counter {
    float: right;
    width: auto;
    height: 18px;
    margin: -23px 15px 15px;
    color: orange;
}

#xxx {
    height: 100%;
    width:900px;
    margin: auto;
    overflow: hidden;
}

#site_content {
    height: 100%;
    width:100%;
    margin: auto;
    overflow: auto;
    padding-right: 15px;
}

/* Banner */
#intro_title {
    margin: 60px auto 0;
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 2em;
}

/* Banner */
#banner_image {
    margin-top: 15px;
    height: 391px;
    border-radius: 5px;
    background: url(introduction_images/top_image.jpg) no-repeat;
    box-shadow: 0px 4px 4px #1c1a19;
}

#about, #features
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    margin: 25px 15px 0 0;
    width: 100%;
}

#about p, #features p
{
    word-spacing: 1px;
    font-size: 13px;
}

/* Unordered lists */
#features ol {
    counter-reset: ol-num;
    margin: 0;
    padding: 0;
    word-spacing: 1px;
    font-size: 13px;
}

#features ol li {
    counter-increment: ol-num;
    display: table;
    padding: 0.2em 0em;
}

#features ol li:before {
    content: counter(ol-num) ".";
    display: table-cell;
    width: 2ch; /* approximately two characters wide */
    padding-right: 0.4em;
    text-align: right;
}

#about h1, #features h1 {
    font-size: 18px;
    color: #0884f8;
}

#footer {
    margin: 0 auto 100px;
    padding-bottom: 20px;
    width: 100%;
    height: 160px;
    background: #434343;
    opacity: 0.9;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    float: left;
}

#footer .bottomquote {
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 14px;
}

#footer .address {
    color: white;
    text-align: center;
    font-size: 12px;
}

.copyright {
    width: 900px;
    margin: 10px auto;
    color: #fff;
    text-align: center;
}

.address a {
    color: greenyellow;
}

textarea {
    resize: none;
    border-color: #0884f8;
    margin-top: 20px;
    float: left;
    width: 310px;
    height: 200px;
}

.xleft h3, .xright h3, .xcentre h3
{
    color: #0884f8;
    margin: 0 0 5px 0;
    padding: 25px 0 5px 0;
}

#feedback-button {
    color: #0884f8;;
    font-size: 12px;
    padding: 4px 20px;
    float: left;
    margin-top: 20px;
}

#total-rating {
    pointer-events: none;
}

.xleft {
    width: 40%;
    float: left;
}

.xcentre {
    width: 40%;
    float: left;
}

.xright {
    width: 20%;
    float: right;
}

#rating-count {
    margin-top: 25px;
}

#social-media, #webgis-links {
    margin-top: 20px;
    width: 100%;
    float: left;
}

#webgis-links-sub {
    margin: 0 auto;
    width: 95%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#social-media-sub {
    margin: 0 auto;
    width: 20%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#social-media-sub a, #webgis-links-sub a {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}