* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
html {
    height: 100%;
}
body {
    font-family: sans-serif; /* "Neue Helvetica", Helvetica, */
    background-color: white; /* gold;*/
    height: 100%;
}
h1 {
    text-align: center;
    font-size: 135%;
}
h2 {
    text-align: center;
    font-size: 115%;
}
.only-overall-styles {
    background-color: aqua;
}
.main {
    background-color: white; /*yellow;*/
    position: relative;
    min-height: 100%;
    /*width: 800px; в моб верстке так не нужно */
    /*margin: 0 auto;*/
}
.only-handheld-styles {
    background-color: red;
}

.settings-area {
	text-align: center;
    margin-bottom: 5px;
}
.btn-settings img {
	width: 32px;
	height: 32px;
}
.results {
    margin-bottom: 5px;
}
.results p {
    text-align: center;
}
.results p .wins {
    color: green;
}
.results p .separator {
    color: #555;
}
.results p .losses {
    color: red;
}

.header {
    height: 60px;
    position: relative;
    /* margin-bottom: 5px;*/
    background-color: white;
    border-bottom: 1px solid #DEBFFF;
}
.header .logo {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    float: left;
    background-color: white;
}
.header .logo p a img {
    width: 60px;
    height: 60px;
}
.header .title {
    height: 100%;
    position: absolute;
    left: 60px; /* сдвинуть на ширину лого */
    right: 60px;
    background-color: white;
    border-left: 1px solid #DEBFFF;
    border-right: 1px solid #DEBFFF;
}
.header .title .title-area {
    width: 100%;
    height: 100%;
    display: table;
}
.header .title .title-area .title-content {
    text-align: center;
    font-size: 120%;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
    overflow: hidden;
}
.header .title .title-area h2.title-name {
    text-align: center;
    font-size: 120%;
    font-weight: normal;
    color: #6B36A7;
}
.header .title .title-area h3.title-tagline {
    text-align: center;
    font-size: 60%;
    font-weight: normal;
    /*font-style: italic;*/
    color: #46325C;
}
.header .menu-button {
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    display: inline-block;
    float: left;
    cursor: pointer;
    background-color: white;
}
.header .menu-button .menu-button-area {
    width: 100%;
    height: 100%;
    display: table;
}
.header .menu-button p {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.header .menu-button p a img {
    width: 30px;
    height: 30px;
}

.title-h1 {
    padding-top: 5px;
    margin-bottom: 10px;
}
.title-h1 h1 {
    color: #46325C;
    font-size: 136%;
    font-weight: normal;
    letter-spacing: 1px;
}
.content {
    padding-bottom: 15px;
    min-height: 600px;
}
.guessed-word {
    margin-bottom: 5px;
}
.guessed-word p {
    text-align: center;
    font-size: 150%;
    color: #7e3d4a;
}
.exer-row {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    /*background-color: pink;*/
}
.button-area {
    width: 50%;
    height: inherit;
    position: relative;
    display: inline-block;
    float: left;
    /*background-color: aqua;*/
}
.big-button {
    width: 90%;
    /*max-width: регулирует javascript;*/ /* сделать динамическим */
    height: inherit;
    display: table;
    cursor: pointer;
    border-radius: 5px;
    background-color: #e0b9ca; /*green;*/
    overflow: hidden;
    box-shadow: 0 0 10px #bbcacc;
}
.big-button p {
    text-align: center;
    font-weight: bold;
    color: #7e3d4a; /*gold;*/
    font-size: 120%;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
    /*max-width: регулирует javascript;*/ /* сделать динамическим */
    overflow: hidden;
}
.active {
    background-color: #a96d8e; /*#bbcacc;*/ /*orange;*/
    box-shadow: 0 0 10px #f00;
}
.win {
    background-color: #679e02; /*#bbcacc;*/ /*orange;*/
    box-shadow: 0 0 10px #0f0;
}
.win p {
    color: #fff;
}
.submit-button-area {
    margin-bottom: 25px;
    /*min-height: 20px;*/
    /*background-color: orange;*/
}
.submit-button-area p {
    text-align: center;
}
.submit-button-area p button {
    color: #bbcacc;
    background-color: #a96d8e; /*#286090;*/
    border-color: #204d74;
    
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 120%;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
    border: 1px solid transparent;
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: #fff;
    border-top: 1px solid #DEBFFF;
}
.footer .footer-area {
    width: 100%;
    height: 100%;
    display: table;
}
.footer .footer-area p {
    text-align: center;
    font-size: 60%;
    color: #a96d8e;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
    overflow: hidden;
}

.menu {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent; /*aquamarine;*/
    z-index: 50;
    min-height: 540px; /* yeжно регулировать скриптом */
}
.menu-content {
    width: 80%;
    height: 100%;
    display: inline-block;
    float: left;
    background-color: #e0b9ca;
}
.menu-close {
    width: 20%;
    height: 100%;
    display: none; /*inline-block;*/
    float: left;
    opacity: .8;
    background-color: #bbcacc; /*lightslategray;*/
}
.menu-item {
    margin: 0 10px 10px 10px;
    padding: 5px;
    background-color: #a96d8e; /*lime;*/
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.menu-item:first-child {
    margin-top: 20px;
}
.menu-item p {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
.menu-item p a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.menu-items-container {
    margin-top: 10px;
    margin-bottom: 30px;
}
.menu-container-title {
    margin: 0 10px 10px 10px;
    padding: 5px;
    /*background-color: lime;*/
}
.menu-container-title p {
    text-align: left;
    color: #444;
}
.menu-items-container p a {
    color: #444;
    text-decoration: none;
}
.menu-items-container p a:after {
    content: ":";
    color: #444;
}
.sub-menu-item {
    margin: 0 10px 10px 10px;
    padding: 5px;
    background-color: #a96d8e; /*lime;*/
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.sub-menu-item p {
    /*margin-left: 10px;*/
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
.sub-menu-item p a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

/* error panel */
.error-panel, .dialog-error-panel {
    display: none;
    margin-bottom: 10px;
}
.error-panel p {
    color: red;
    text-align: center;
    font-size: 110%;
}
.dialog-error-panel p {
    color: red;
    text-align: center;
    font-size: 110%;
}

/* success panel */
.success-panel {
    display: none;
    margin-bottom: 10px;
}
.success-panel p {
    color: green;
    text-align: center;
    font-size: 110%;
}

/* view-words */
#view-words-order {
    max-width: 200px;
}
.filters {
    margin-bottom: 10px;
}
.view-words {
    margin-bottom: 15px;
}
.view-word-item {
    border-bottom: 1px solid #e2c9c3;
}
.view-word-item:first-child {
    border-top: 1px solid #e2c9c3;
}
.view-word-data {
    height: 54px;
    position: relative;
}
.view-word-number {
    width: 60px;
    height: inherit;
    /*min-height: inherit;*/
    position: absolute;
    left: 0;
    display: inline-block;
    float: left;
    text-align: center;
	color: #bbb;
}
.view-both-words {
    /* width: 100px; */
    height: inherit;
    /*min-height: inherit;*/
    display: inline-block;
    position: absolute;
    left: 60px;
    right: 50px;
    float: left;
}
.view-eng-word {
    width: 50%;
    height: inherit;
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 120%;
    letter-spacing: 0.5px;
    overflow: hidden;
}
.view-ru-word {
    width: 50%;
    height: inherit;
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 120%;
    letter-spacing: 0.5px;
    overflow: hidden;
}
.word-outer-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    text-align: inherit;
}
.word-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: inherit;
}
.view-word-hard-word {
    width: 10px;
    height: inherit;
    /*min-height: inherit;*/
    position: absolute;
    right: 40px;
    display: inline-block;
    float: left;
    text-align: center;
	color: maroon;
}
.hard-word-content {
	padding-top: 15px;
}
.view-word-action {
    width: 40px;
    height: inherit;
    /*min-height: inherit;*/
    position: absolute;
    right: 0;
    display: inline-block;
    float: left;
    text-align: center;
}
.view-word-actions-area {
    height: 80px;
    /*background-color: gold;*/
    border-top: 1px dashed #e2c9c3;
    display: none;
}
.view-word-actions-row {
	height: 40px;
}
.btn-show-actions:hover {
    cursor: pointer;
}
.edit-area, .delete-area, .hard-word-area, .word-categories-area {
    width: 50%;
    height: inherit;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
}
.btn-action {
    width: 80%;
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #e2c9c3;
    border-radius: 5px;
	text-align: center;
}
.btn-action:hover {
    cursor: pointer;
}
.btn-action:active {
    border: 1px solid #a96d8e;
    background-color: #e2c9c3;
}
.delete-word-from-category {
    width: 16px;
    height: 16px;
}
.delete-word-from-category:hover {
    cursor: pointer;
}

/* filter icons */
.filter-icons {
    width: 100%;
    height: 50px;
    /*background-color: red;*/
}
.filter-icon-item {
    width: 25%;
    height: inherit;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
}
.filter-icon-item img:hover {
    cursor: pointer;
}
.filter-icon-item img {
    width: 50px;
    height: 50px;
}
.filter-item {
    /*border-top: 3px solid #DEBFFF;*/
    padding-top: 10px;
    margin: 15px 0 20px 0;
    text-align: center;
    display: none;
}

.view-filter-item {
	margin-bottom: 10px;
}
.view-filter-item > select {
    /*width: 300px;*/
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #e2c9c3;
    border-radius: 5px;
    font-size: 100%;
    background-color: #ddd;
}
#view-words-filter:hover {
    cursor: pointer;
    background-color: #ccc;
    border-color: #e0b9ca;
    box-shadow: 0 0 10px #a96d8e;
}
#view-words-filter:active {
    border: 1px solid #a96d8e;
    background-color: #e2c9c3;
}

.view-sort-item {
    margin-bottom: 10px;
}
.view-sort-select {
    /*width: 300px;*/
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #e2c9c3;
    border-radius: 5px;
    font-size: 100%;
    background-color: #ddd;
}
.view-sort-select:hover {
    cursor: pointer;
    background-color: #ccc;
    border-color: #e0b9ca;
    box-shadow: 0 0 10px #a96d8e;
}
.view-sort-select:active {
    border: 1px solid #a96d8e;
    background-color: #e2c9c3;
}

.search-button {
    width: 100px;
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #e2c9c3;
    border-radius: 5px;
    font-size: 100%;
    background-color: #ddd;
}
.search-button:hover {
    cursor: pointer;
    background-color: #ccc;
    border-color: #e0b9ca;
    box-shadow: 0 0 10px #a96d8e;
}
.search-button:active {
    border: 1px solid #a96d8e;
    background-color: #e2c9c3;
}
.search-input {
    width: 200px;
    height: 30px;
    font-size: 120%;
    padding: 0 5px;
}

.filter-border-outer {
    width: 100%;
    display: table;
}
.filter-border-inner {
    width: 95%;
    height: 10px;
    display: table-row;
    margin: 0 auto;
}
.filter-border {
    position: relative;
    display: table-cell;
}
.filter-border-left {
    border-top: 3px solid #DEBFFF;
    height: 10px;
}
.filter-border-center {
    width: 10px;
    border-left: 3px solid #DEBFFF;
    border-top: 3px solid #DEBFFF;
    height: 10px;
    transform: rotate(45deg);
    top: -6px;
    position: relative;
}
.filter-border-right {
    /*width: 11%;*/
    border-top: 3px solid #DEBFFF;
    height: 10px;
}
#filter-show .filter-border-left {
    width: 37%;
}
#filter-sort .filter-border-left {
    width: 62%;
}
#filter-search .filter-border-left {
    width: 87%;
}

.total-words-count {
    margin-bottom: 10px;
}
.total-words-count p {
    text-align: center;
    font-size: 14px;
}

.preloader {
    text-align: center;
    margin-bottom: 15px;
    display: none;
}
.preloader img {
    width: 30px;
    height: 30px;
}

.dialog-open {
    overflow: hidden;
}
.dialog {
    display: none;
}
.dialog-background {
    width: 100%;
    height: 100%;
    background-color: #bbcacc;
    display: table;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.dialog-box {
    min-width: 280px;
    /*width: 80%;*/
    width: inherit;
    min-height: 200px;
    /*height: 210px;*/
    display: table-cell;
    vertical-align: middle;
}
.dialog-outer-frame {
    width: 336px;
    margin: 0 auto;
}
.dialog-frame {
    min-width: 280px;
    width: 330px;
    min-height: 200px;
    /*height: 210px;*/
    margin: auto auto;
    background-color: white;
    border: 3px double #a96d8e;
    border-radius: 10px;
    display: table-cell;
    vertical-align: middle;
}
.dialog-header {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e2c9c3;
    margin-bottom: 30px;
}
.dialog-name {
    width: 80%;
    position: relative;
    display: inline-block;
    float: left;
    margin: 12px 0 0 0;
}
.dialog-name p {
    font-size: 120%;
    margin-left: 15px;
}
.close-dialog {
    width: 20%;
    height: 32px;
    text-align: right;
    margin-bottom: 10px;
    overflow: hidden;
}
.close-dialog:hover {
    cursor: pointer;
}
.close-dialog img {
    width: 24px;
    height: 24px;
    margin: 10px 10px 0 0;
}
.dialog-content {
	/*min-height: 80px;*/
    padding: 0 10px;
    margin-bottom: 30px;
}
.dialog-error {
    color: red;
    display: none;
}
.dialog-buttons {
    margin-bottom: 30px;
    height: 30px;
}
.dialog-button-area {
    width: 50%;
    height: inherit;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
}
.dialog-button-area button {
    width: 80%;
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #e2c9c3;
    border-radius: 5px;
    font-size: 100%;
    background-color: #ddd;
}
.dialog-button-area button:hover {
    cursor: pointer;
    background-color: #ccc;
    border-color: #e0b9ca;
    box-shadow: 0 0 10px #a96d8e;
}
.dialog-button-area button:active {
    border: 1px solid #a96d8e;
    background-color: #e2c9c3;
}
.guess-words-settings-area {
	min-height: 80px;
}
.guess-words-settings-type {
	text-align: center;
    margin-bottom: 15px;
}
.guess-words-settings-item {
	text-align: center;
	display: none;
}
.guess-words-settings-item p {
	margin-bottom: 5px;
}
.edit-row {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.edit-row input {
    width: 250px;
    height: 30px;
    padding: 0 3px;
    font-size: 120%;
}
.edit-row input.bad-value {
    border: 2px solid pink;
    box-shadow: 0 0 10px red;
    color: red;
}
.edit-row select {
    width: 260px;
    height: 30px;
    padding: 0 3px;
    font-size: 120%;
}
.edit-row .add-date {
    text-align: left;
    padding-left: 4px;
    font-size: 90%;
}

.add-word-area {
    padding: 0 10px;
    margin-bottom: 30px;
}
#btn-add-word {
    padding: 6px 40px;
}

/* index */
.index-content {
    margin-bottom: 20px;
}
.index-item {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    overflow: hidden;
    /*background-color: gold;*/
}
.index-image {
    width: 20%;
    height: 70px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    /*background-color: aqua;*/
}
.index-image img {
    width: 50px;
    height: 50px;
}
.index-text {
    width: 80%;
    height: 50px;
    position: relative;
    display: inline-block;
    float: left;
}
.index-title {
    padding-top: 10px;
    font-size: 105%;
}
.index-title p a {
    color: #6B36A7;
    text-decoration: none;
}
.index-message {
    font-size: 95%;
}

/* exercises */
.exercises-content {
    margin-bottom: 20px;
}
.exercises-item {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    overflow: hidden;
    /*background-color: gold;*/
}
.exercises-image {
    width: 20%;
    height: 70px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    /*background-color: aqua;*/
}
.exercises-image img {
    width: 50px;
    height: 50px;
}
.exercises-text {
    width: 80%;
    height: 50px;
    position: relative;
    display: inline-block;
    float: left;
}
.exercises-title {
    padding-top: 10px;
    font-size: 105%;
}
.exercises-title p a {
    color: #6B36A7;
    text-decoration: none;
}
.exercises-message {
    font-size: 95%;
}

/* spell words */
.spell-content {
    margin-bottom: 20px;
    text-align: center;
}
.checking-spell-word {
    width: 250px;
    height: 50px;
    padding: 0 5px;
    font-size: 150%;
}
.spell-win {
    width: 100%;
    height: 35px;
    padding: 15px 0 15px 0;
    background-color: greenyellow;
    font-size: 150%;
    margin-bottom: 20px;
}
.spell-win p {
    color: green;
}
.spell-lose {
    width: 100%;
    height: 35px;
    padding: 15px 0 15px 0;
    background-color: pink;
    font-size: 150%;
    margin-bottom: 20px;
}
.spell-lose p {
    color: red;
}

/* info */
.info-content {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
}
.info-item {
    width: 100%;
    height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    /*background-color: gold;*/
}

/* login */
.login-content {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
}
.login-item {
    width: 100%;
    height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    /*background-color: gold;*/
}
.login-error {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
	color: red;
}

/* settings */
.settings-content {
    margin-bottom: 20px;
    padding: 0 20px;
    /*text-align: center;*/
}
.settings-item {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    /*overflow: hidden;*/
    /*background-color: gold;*/
}
.visible-part {
    margin-bottom: 10px;
}
.hidden-part {
    margin-bottom: 10px;
    display: none;
}
.visible-part span, .hidden-part span {
    margin-right: 10px;
}
#settings-language {
    width: 150px;
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #e2c9c3;
    border-radius: 5px;
    font-size: 100%;
    background-color: #ddd;
}
#settings-language:hover {
    cursor: pointer;
    background-color: #ccc;
    border-color: #e0b9ca;
    box-shadow: 0 0 10px #a96d8e;
}
#settings-language:active {
    border: 1px solid #a96d8e;
    background-color: #e2c9c3;
}
#settings-theme {
    width: 150px;
    padding: 3px;
    margin: 0 auto;
    border: 1px solid #e2c9c3;
    border-radius: 5px;
    font-size: 100%;
    background-color: #ddd;
}
#settings-theme:hover {
    cursor: pointer;
    background-color: #ccc;
    border-color: #e0b9ca;
    box-shadow: 0 0 10px #a96d8e;
}
#settings-theme:active {
    border: 1px solid #a96d8e;
    background-color: #e2c9c3;
}
#settings-timer-enabled {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
#settings-timer-enabled:hover {
    cursor: pointer;
}
#settings-timer-value {
    width: 50px;
    height: 24px;
    font-size: 120%;
    padding: 0 5px;
}

/* statistics */
.stat-target h2 {
    color: #46325C;
    font-weight: normal;
}
.stat-tabs-panel {
    width: 100%;
    height: 35px;
    display: table;
}
.stat-tabs-wrapper {
    width: inherit;
    height: inherit;
    display: table-row;
}
.stat-tab-item {
    width: 25%;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #e2c9c3;
    border-right: 1px solid white;
}
.stat-tab-item:first-child {
    border-left: 1px solid white;
    border-radius: 15px 0 0 15px;
}
.stat-tab-item:last-child {
    border-radius: 0 15px 15px 0;
}
.stat-tab-item:hover {
    cursor: pointer;
}
.stat-tabs-wrapper .tab-active {
    background-color: #a96d8e;
}
.selected-period p {
    text-align: center;
}
.stat-shift {
    text-align: center;
}

/* diagram */
.diagram {
    width: 100%;
    text-align: center;
}

/* START CATEGORIES */
.add-new-category-area {
	margin: 25px 0;
}
.add-new-category-outer-wrapper {
	width: 50%;
    margin: 0 auto;
}

.total-categories-count {
    margin-bottom: 10px;
}
.total-categories-count p {
    text-align: center;
    font-size: 14px;
}

.view-categories {
    margin-bottom: 15px;
}
.view-category-item {
    border-bottom: 1px solid #e2c9c3;
}
.view-category-item:first-child {
    border-top: 1px solid #e2c9c3;
}
.view-category-data {
    height: 54px;
    position: relative;
}
.view-category {
    width: 100%;
    height: inherit;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 120%;
    letter-spacing: 0.5px;
    overflow: hidden;
}
.category-words-count {
    font-size: 80%;
}
.category-outer-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    text-align: inherit;
}
.category-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: inherit;
}
.view-category-hard-category {
    width: 10px;
    height: inherit;
    /*min-height: inherit;*/
    position: absolute;
    right: 40px;
    display: inline-block;
    float: left;
    text-align: center;
	color: maroon;
}
.hard-category-content {
	padding-top: 15px;
}
.view-category-action {
    width: 40px;
    height: inherit;
    /*min-height: inherit;*/
    position: absolute;
    right: 0;
    display: inline-block;
    float: left;
    text-align: center;
}
.view-category-actions-area {
    height: 40px;
    /*background-color: gold;*/
    border-top: 1px dashed #e2c9c3;
    display: none;
}
.view-category-actions-row {
	height: 40px;
}
.btn-show-actions:hover {
    cursor: pointer;
}
/* END CATEGORIES */

/* START INTERACTIVE WORDS */
.hidden {
    display: none;
}

.word-cap {
    padding-top: 10px;
}

.word-cap button {
    color: #bbcacc;
    background-color: #a96d8e;
    border-color: #204d74;
    display: inline-block;
    padding: 4px 8px;
    margin: 0;
    font-size: 100%;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
    border: 1px solid transparent;
}

/* END INTERACTIVE WORDS */