body {
  padding-top: 70px;
}

.align-justify
{
    text-align: justify;
}

.font-big {
    font-size:18px;
}

ul.font-big li 
{
    font-size:18px;
}

h1.changelog
{
    margin-top: 40px;
    margin-bottom:10px;
    font-size: 45px;
}

h1.custom, h2.custom
{
    margin-top:0px!important;
}

h2.changelog
{
    font-size: 26px;
}

p.custom, ul.custom
{
    margin-bottom:0px!important;
}

div.well 
{
    background-color:#DFE7E8!important;
}
div.jumbotron
{
    background-color:#DFE7E8!important;
}

@media only screen and (min-width: 768px) {
    
    h1.custom, h1.changelog
    {
        padding-left:50px;
    }
    
    h2.custom
    {
        padding-left:50px;
    }    
    
    p.custom
    {
        padding-left:50px;
    }
    
    ul.custom
    {
        padding-left:80px;
    }    
}

sup {
    vertical-align: super;
    font-size: smaller;
}
