.container {
    width:auto;
}
.btn {
    margin:0 5px 5px 0;
}
.section-two, .section-three, .section-four {
    display:none;
}
.btn.special {
    text-decoration: none;
    background-position: 0;
    transition: none;
}
.white-black {
    color:#ffffff!important;
    background-color:#000000!important;
    margin:0 0 3px;
}
.black-white {
    color:#000000!important;
    background-color:#ffffff!important;
    margin:0 0 3px;
}
.template1 {
    display:none;
}
#codeoutput {
    height:650px;
}
.alert-warning {
    display:none;
}