html, body {
    min-height: 100%;
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #333;
    font-family: Helvetica Neue Light, HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: lighter;
    padding: 0px;
}


    h1 {
        font-size: 30px;
        line-height: 45px
    }

    h2 {
        font-size: 40px;
        line-height: 60px
    }

    h3 {
        font-size: 20px;
        line-height: 30px
    }

    h4 {
        font-size: 20px;
        line-height: 30px
    }

    .hs-blog-social-share {
        float: none
    }

    body .hs-button.primary {
        font-size: 12px;
        line-height: 36px;
        padding: 9px 6px
    }
}




h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue Light, HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-style: normal;
    color: #333;
    letter-spacing: .2px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase
}

h2 {
    font-size: 40px;
    line-height: 20px;
    font-family: Helvetica Neue Bold, HelveticaNeue-Bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #009be1;

}

h3 {
    font-size: 30px;
    line-height: 30px;
    font-family: Helvetica Neue Bold, HelveticaNeue-Bold, Helvetica, Arial, sans-serif;
    font-weight: bold
}

h4 {
    font-size: 30px;
    line-height: 45px
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-family: Helvetica Neue Bold, HelveticaNeue-Bold, Helvetica, Arial, sans-serif;
    font-weight: bold
}

h6 {
    font-size: 20px;
    line-height: 30px
}

ul, ol {
    list-style: square
}

ul ul, ul ol, ol ol, ol ul {}

li {}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    font-size: 20px;
}

pre {
    padding-left: 20px;
    white-space: pre-wrap;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"] select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body input[type="text"], body input[type="password"], body input[type="datetime"],
body input[type="datetime-local"], body input[type="date"], body input[type="month"],
body input[type="time"], body input[type="week"], body input[type="number"],
body input[type="email"], body input[type="url"], body input[type="search"],
body input[type="tel"], body input[type="color"], body input[type="file"],
body textarea, body select {
    background-color: #fff;
    border: 4px solid #009be1;
    color: #000;
    font-family: Helvetica Neue Light, HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 5px;
    width: 100%
}
#settings {
    font-size:12px;
}
#settings input[type="text"], input[type="password"] {
    background-color: #fff;
    border: 1px solid #009be1;
    color: #000;
    font-family: Helvetica Neue Light, HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 100%
}


#settings input[type="password"] {
    background-color: #fff;
    border: 1px solid #009be1;
    color: #000;
    font-family: Helvetica Neue Light, HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 100%
}

div.headline {
    position:relative;
    background-color:#009be1;
    height:10px;
    width:100%;

}
div.head {
    position:relative;
    height:100px;
    width:100%;
}

div.logo {
    position:absolute;
    float:right;
    right:100px;
    top:0px;
    width:100px;
    height:100px;
    z-index:1;

}

div.list {
    position:relative;
    top:100px;
    width:300px;
}

div.dispatch {
    position:absolute;
    bottom:15px;
    width:100%;
}

div.content{ 
    padding: 20px;
    width:90%;
 }
div.details {
    padding-top:5px;
    padding-left:20px;
    padding-bottom: 15px;
}
