@font-face {
    font-family: 'DM Serif Text';
    font-style: normal;
    src: url('../fonts/DMSerifText-Regular.ttf');
}

@font-face {
    font-family: 'DM Serif Text';
    font-style: italic;
    src: url('../fonts/DMSerifText-Italic.ttf');
}

@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: normal;
    src: url('../fonts/AtkinsonHyperlegibleNext-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: italic;
    src: url('../fonts/AtkinsonHyperlegibleNext-Italic-VariableFont_wght.ttf');
}

* {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Serif Text';
    font-style: normal;
    font-weight: bold;
}

body {
    background-color: #ceea57;
}

div.container {
    background-color: #fff;
}

header#accefynTop {
    margin: 2em auto;
}

div.logo {
    padding-top: 2em;
}

main {
    margin: 1em auto;
    min-height: 300px;
    max-width: 500px;
}
footer {
    text-align: center;
    font-size: 12px;
}

.login-status {
    margin-bottom: 2em;
    padding: 0.5em;
    background-color: #092c60;
    color: #f5f5f5;
}

table.tarjeton {
    margin: 2em auto;
    border-spacing: 0;
    border-collapse: collapse;
}
table.tarjeton tr td {
    border: solid 1px black;
    padding: 0.5em;
}
table.tarjeton tr td.candidato {
    font-weight: bold;
    padding-right: 2em;
}
table.tarjeton tr td.opcion {
    font-weight: bold;
    padding-right: 2em;
    text-align: center
}

.tx-accefyn-base input[type="submit"] {
    font-size: 1.2em;
    margin: 0.5em auto;
    display: block;
    padding: 0.5em 5em;
}

div.typo3-message.message-ok, div.typo3-message.message-error, div.typo3-message.message-warning, div.typo3-message.message-information {
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0.25em;
    padding: 1em;
    background-color: whitesmoke;
}
div.typo3-message.message-ok div.message-header, div.typo3-message.message-error div.message-header, div.typo3-message.message-warning div.message-header, div.typo3-message.message-information div.message-header {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1em;
    text-align: center;
}

div.typo3-message.message-ok {
    border: 1px solid green;
    color: green;
    background-color: #F2F9F2;
}
div.typo3-message.message-error {
    border: 1px solid red;
    color: red;
    background-color: mistyrose;
}
div.typo3-message.message-warning {
    border: 1px solid goldenrod;
    color: goldenrod;
    background-color: lightyellow;
}
div.typo3-message.message-information {
    border: 1px solid darkblue;
    color: darkblue;
    background-color: #e6e6f3;
}

ul.typo3-messages {
    list-style: none;
    padding-left: 0;
}
