/* customizable styles */
body {
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic';
    color: #303030;
}

#tinymce {
    background-color: #fff;
}

.button {
    background: #f5c810;
    border: 1px solid #ffffff;
    float: right;
}
.button a {
    display: block;
    padding: 3px;
    text-decoration: none;
    color: #ffffff;
}