body {
    font-family: Inconsolata, monospace;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.mdl-button {
    font-family: inherit;
}

main > .mdl-grid {
    justify-content: center;
}

.ycatt-header {
    position: relative;
    background-color: #FFF;
    color: #111;
}

.mdl-layout__drawer>.mdl-layout-title {
    padding-left: 10px;
    font-family: Handletter;
    font-size: 24px;
}

.mdl-layout__drawer>.mdl-layout-title img {
    padding-right: 5px;
}

.mdl-layout__drawer .mdl-navigation {
    padding-top: 0;
}

.mdl-layout__drawer-button {
    margin: 26px 0 !important;
}

.is-compact .mdl-layout__drawer-button {
    margin: 4px 0 !important;
}

.mdl-layout__drawer-button:hover {
    background-color: rgba(158,158,158,.2);
}

span.mdl-navigation__link:hover {
    background-color: inherit !important;
}

.mdl-navigation .mdl-navigation__link {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.mdl-navigation.level-1 > .mdl-navigation__link {
    padding-left: 20px;
}

.mdl-navigation.level-2 > .mdl-navigation__link {
    padding-left: 50px;
}

.mdl-navigation.level-3 > .mdl-navigation__link {
    padding-left: 80px;
}

.region-entry.expanded .show-more {
    display: none;
}

.region-entry.collapsed .show-less {
    display: none;
}

.mdl-layout__header {
    min-height: 56px;
}

.mdl-layout__header-row {
    padding: 0;
}

.ycatt-header-row {
    min-height: 150px;
    height: auto;
    margin-bottom: 5px;
}

.mdl-layout__header.is-compact {
    max-height: 56px !important;
}

.is-compact .ycatt-header-row {
    min-height: auto;
}

.ycatt-header {
    width: 100%;
    text-align: center;
}

.ycatt-title {
    font-family: 'Handletter';
    font-size: 70px;
    line-height: 80px;
    margin: 10px 48px 10px 48px;
}

@media only screen and (max-width: 400px) {
    .ycatt-title {
	font-size: 60px;
    }
}

.ycatt-title a {
    color: #111;
}

.ycatt-title a span {
    display: inline-block;
}

.ycatt-title a:hover {
    text-decoration: none;
}

.is-compact .ycatt-title {
    font-size: 30px;
    line-height: 40px;
}

.ycatt-subtitle {
    font-size: 20px;
}

.ycatt-subtitle a {
    text-decoration: none !important;
}

.ycatt-subtitle p {
    margin: 5px 0 0 0;
}

.is-compact .ycatt-subtitle {
    display: none;
}

.ycatt-stats {
    margin-top: 5px;
}

.ycatt-stats-table {
    background-color: #F5F5F5;
    padding: 5px;
    font-size: 20px;
    max-width: 400px;
    min-width: 300px;
    margin: 0 auto;
}

.ycatt-stats-table tr td {
    width: 50%;
}

.ycatt-stats-description {
    font-weight: bold;
    text-align: left;
}

.stats-excluding {
    font-size: 14px;
    padding-left: 16px;
}

.ycatt-stats-value {
    text-align: right;
}

@media screen and (min-width: 840px) {
    .ycatt-currency-small {
	display: none;
    }
}

@media screen and (max-width: 839px) {
    .ycatt-currency-large {
	display: none;
    }
}

.ycatt-currency-large .mdl-button, .ycatt-currency-small .mdl-button {
    text-transform: none;
}

.ycatt-currency-large {
    position: absolute;
    top: 14px;
    right: 5px;
    z-index: 3;
}

.ycatt-currency-small {
    margin: 0;
    text-align: right;
}

.ycatt-currency button {
    min-width: 0;
    font-size: 16px;
    text-transform: none;
}

.currency-menu-options {
    overflow-y: scroll;
    max-height: 300px;
}

.currency-menu-currency.mdl-menu__item--full-bleed-divider {
    border-bottom: 1px dashed rgba(0,0,0,.12);
}

#keep_local.is-checked .mdl-switch__track {
    background-color: rgb(0,105,92,.26);
}

#keep_local.is-checked .mdl-switch__thumb {
    background-color: rgb(0,105,92);
}

.mdl-mini-footer {
    padding: 20px 0 5px 0;
    background-color: #FFF;
    color: #111;
}

.ycatt-footer {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.ycatt-footer span {
    display: inline-block;
}
