﻿body { -webkit-font-smoothing: antialiased; }

a h4, a p { color: black; }
.important { color: red; }
.disabled { color: gray; }
a:hover, a:hover h4, a:hover p  { color: #757575; text-decoration: none; }

.header { background-color: #eee; height: 80px; }
.header div { float: left; }

.colored { background-color: #e3f2fd; }
.container { padding-top: 0px; padding-bottom: 10px; }
.container h3 { padding-bottom: 0px; }
.caption-content { padding: 10px; }

#logo_rb {
    margin-left: 50px;
    position: relative;
    top: 10px;
    width: 120px;
    height: 50px;
    background: transparent url("logo.png") no-repeat;
}

#logo_nx { 
    position: absolute;
    right: 70px;
    top: 25px; }