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

body{
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.header{
    padding: 5px;
}

.big-button, .big-button a, .big-button a:link, .big-button a:visited,
.small-inline-button, .small-inline-button a, .small-inline-button a:link, .small-inline-button a:visited{
    color: #FFF;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.container60{
    width: 60%; margin-right: auto; margin-left: auto;
}

.container80{
    width: 80%; margin-right: auto; margin-left: auto;
}

.container90{
    width: 90%; margin-right: auto; margin-left: auto;
}

.container95{
    width: 95%; margin-right: auto; margin-left: auto;
}


.full-width-input{
    width: 50%;
    border: 1px solid #ccc;
    height: 1.6em;
}

.small-inline-button{
    display: inline-block;
    height: 1.5em;
    border: none;
    margin-top: 5px;	
    -webkit-appearance: none;
        padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 20px;
}

a.small-inline-button{
    display: inline-block;
    height: 1.5em;
    border: none;
    margin-top: 5px;	
    -webkit-appearance: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom:0px;
}

.big-button{
    display: block;
    /*    margin-left: auto;
        margin-right: auto;*/
    width: 50%;
    height: 1.5em;
    border: none;
    margin-top: 5px;
    -webkit-appearance: none;
}



.sectionheading{
    font-size: 1em;
}