main {
    font-family: 'Roboto', sans-serif;
}
.wsko-pdf-html-header-placeholder
{
    left:0px;
    top:0px;
    right:0px;
    height:50px;
}
.wsko-pdf-html-header
{
    background-color: #337ab7;
    position:fixed;
    left:0px;
    top:0px;
    right:0px;
    height:50px;
    z-index:999999;
    padding:5px 15px;
    vertical-align:middle!important;
}
.wsko-pdf-html-header h1
{
    display:inline-block;
    color: white;
    margin: 0px!important;
    font-size: 20px;
    line-height: 40px;
    margin-left: 15px !important;    
}
.wsko-pdf-html-header a
{
    color: white;
    margin-top: 10px;
}
.wsko-pdf-html-loader
{
    position:fixed;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    z-index:9999999;
    background-color:white;
    text-align: center;
    padding-top: 200px;
}
.wsko-pdf-html-logo
{
    float:left;
    width:40px!important;
    height:40px!important;
}
.wsko-pdf-static-page {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}
