body {
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    /* transition: all ease .5s; */
}

h6, .h6, .form-control, .btn, .dropdown-menu, .input-group-text, .popover-header {
    font-size: 0.9rem;
}

.text-primary {
    color: #6ea8fe!important;
}

section {
    overflow: auto;
}

textarea {
    resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

h1 {
    font-size: 3em;
    letter-spacing: -2px;
    margin-bottom: 30px;
    text-align: center;
}

h2 {
    font-size: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
    color: #f8f9fa;
}

p {
    font-size: 1.1em;
    line-height: 1.7em;
}

#logo {
    /*float: left;*/
    margin-right: 10px;
    font-size: 1.7em;
    /* color: #fff; */
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
}

#logo:hover {
    /* color: #fff; */
    text-decoration: none;
}

footer {
    margin-top: 45px;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
}

footer small {
    float: left;
}

footer ul {
    float: right;
    list-style: none;
}

footer ul li {
    float: left;
    margin-left: 15px;
}

.debug_dump {
    margin-top: 45px;
}

aside section.user_info {
    margin-top: 20px;
}

aside section {
    padding: 10px 0;
    margin-top: 20px;
}

aside section:first-child {
    border: 0;
    padding-top: 0;
}

aside section span {
    display: block;
    margin-bottom: 3px;
    line-height: 1;
}

aside section h1 {
    font-size: 1.4em;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 3px;
    margin-top: 0px;
}

.gravatar {
    float: left;
    margin-right: 10px;
}

.gravatar_edit {
    margin-top: 15px;
}

.btn a, .badge a, .btn a:hover, .badge a:hover {
    color: white;
    text-decoration: none;
}

.btn:hover, .btn:active, .btn:visited, .btn:focus, .badge:hover, .badge:active, .badge:visited, .badge:focus {
    text-decoration: none;
}

.radio label, .checkbox label {
    font-weight: bold;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

@media print {
    .container {
        max-width: 100%;
    }
}

.drop {
    min-height: 25px;
}

.player-home-header {
	margin: 0;
    text-align: left;
    font-size: 2.5rem;
}

table.game-lines {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  line-height: 1.4em;
}

@media print {
    .game-lines {
        border: 0px;
        font-size: 24pt;
        color: black;
    }
    @page {
        size: landscape;
    }
}

.game-line-item {
  white-space: nowrap;
}

.game-line-header {
  font-weight: bold;
}

.game-line-list {
	list-style: none;
	padding-left: 0px;
}

.full-height {
	height: 100%;
}

.attendance-reason {
  font-style: italic;
  font-size: small;
}

.assigned-duty {
    font-style: italic;
    font-size: small;
  }

#notice {
    color: green;
}

.field_with_errors {
    padding: 2px;
    background-color: red;
    display: table;
}

#error_explanation {
    width: 450px;
    border: 2px solid red;
    padding: 7px 7px 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px -7px 0;
    background-color: #c00;
    color: #fff;
}

#error_explanation ul li {
    font-size: 12px;
    list-style: square;
}

.required {
    color: #c00;
}

.unread {
    color: #0a0;
}

.uncleared a {
    color: #0a0;
}

.uncleared a:hover {
    text-decoration: none;
}

.log-message {
    font-family: Fira Code Retina,Fira Code,Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
    font-size: 10pt;
    white-space: pre-wrap;
}

div.pin {
    width: 12rem;
}

.pin input {
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
}

.pin button {
    width: 100%;
}

.hand {
    cursor: pointer;
}

@supports (-webkit-overflow-scrolling: touch) { 
    select,
    textarea,
    input {
        font-size: 16px !important;
    }
}

.google-play-badge, .apple-appstore-badge {
    max-width: 75%;
}

.google-play-badge-lg, .apple-appstore-badge-lg {
    height: 60px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}