body{
    background-color: #fff;
    margin: 0px;

}

.wrapper{
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    border: none;
}

.content{
    font-family: arial;
    font-size: 15px;
    line-height: 22px;
    color: #494848;
    padding-left: 0px;
    padding-right: 0px;
    
    margin-top: -8px;
    margin-bottom: 40px;
}



.button{
    font-size: 17px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
       
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}



h1{
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 5px;
}

h2{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

h3{
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
}

p{
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

img{
    border: none;
    width: 100%;
}

ul{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 12px;
}

.underlist{
    margin-bottom: 0px;
}

.underlist li{
    list-style: none;
    background-image: url(list.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5.5px;
    padding-left: 12px;
    margin-left: -13px;
}


.white{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.grey{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    
    background-color: #f7f7f7;
}

.aus{
    display: none;
}