@import url(https://fonts.googleapis.com/css?family=Cousine:400,700);

h1.water-mark {
    position: absolute;
    left: 0;
    margin-top: 110px;
    width: 100%;
    transform: rotate(-35deg);
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    color: rgba(16, 70, 109, 0.3);
    text-transform: uppercase;
    z-index: 50;
}

.report h3 {
    margin: 0.5em 0 0.5em 0;
    font-size: 12pt;
}

.report {
    position: relative;
    padding: 1em 3em 1em 0;
    text-align: left;
    font-size: 10pt;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    clear: both;
}

.sample-report  { width: 75%; }

.report > header { margin-right: 25px; }

.report header dt {
    float: left;
    width: 10em;
    text-transform: uppercase;
}

.report header dd {
    margin-left: 10em;
}

.report .nobg { background-color: transparent; }

.report .print {
    display: none;
    position: absolute;
    right: 0;
    margin-right: 0.5em;
    font-size: 2em;
    text-decoration: none;
    color: #000;
}

.report .logo {
    float: none;
    margin: 0 0 1em 1em;
    font-size: 2em;
}

.report .logo a {
    background-size: 1.54em;
    padding-left: 1.7em;
    height: 2.1em;
}

.report .logo h1 {
    margin: -1.3em 0 0 5.6em;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
}

.report dl {
    line-height: 1.5em;
}

.report dt:after {
    content: ": ";
}

.report dt.stipulation { background-color: transparent; }

.report dt.stipulation:after {
    content: "";
}

.report article dt {
    font-weight: 600;
    background-color: rgba(238, 238, 238, 1);
}

.report article dd {
    margin-left: 0;
}

.report article address { font-style: normal; }

.report article h2 a {
    position: absolute;
    top: -0.8em;
    right: 2em;
    display: block;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.7em;
    z-index: 100;
}

.report article h2 a small {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.report dl.license {
    margin-bottom: 1.5em;
}

.report dl.workersComp {
    margin-bottom: 1.5em;
}

.report footer { margin: 3em; }

.report .disclaimer {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}

.report footer p {
    margin: 0;
    font-size: smaller;
}

.hammer-titles article,
.hammer-titles header dl {
    margin: 0 3rem;
}

.bubble-tip {
    position: absolute;
    left: 106%;
    padding: 0.75em;
    width: 188px;
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    background-color: #FFFFFF;
}

.bubble-tip p { margin: 0; }

.bubble-tip:hover {
    box-shadow: 0 0 10px 10px rgba(32, 140, 218, 0.3);
}

.guide-hover {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px 10px rgba(32, 140, 218, 0.3);
    z-index: 1000;
}
