html, body {
    height: 100%;
    line-height: inherit;
    font-family: Roboto, HelveticaNeue, sans-serif;
    font-size: 18px;
    overflow-y: hidden !important;
    overflow-x: hidden;
}

a { color: #0164a7; }

a:hover,
a:focus { text-decoration: none; }

p { margin-bottom: 1em;}

form { margin: 0;}

/*
* definitions of defaults
*/
h1, h2, h3, h4, h5, h6 { color: #0164a7; }

.jconfirm {
    z-index: 999;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    margin-bottom: 0;
    text-align:left;
}

.oh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ohw {
    overflow: hidden;
    text-overflow: ellipsis;
}

input[placeholder] { text-overflow: ellipsis; }
::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */
input:-moz-placeholder { text-overflow: ellipsis; }

.userinfo {
    position:absolute;
    color:#cccccc;
    left:54px;
    top:40px;
    text-align: right;
    font-family: "RobotoCondensed", sans-serif;
    font-size: 0.5em;
    margin-right: 5px;
}

.markedAsFound {
    color: #aa0000;
    background-color:#ffffbb;
}