/* style.css */

@font-face {
    font-family: 'Exocet';
    src: url('exocet-blizzard-medium.ttf');
}
body {
    background: url('stone-texture.jpg');
    background-color: rgb(38, 38, 38);
    font-family: Exocet, rubik, helvetica, sans-serif;
    font-size: 16pt;
    color: white;
    margin: 20px;
}
a {
    color: #8b0000;
    text-decoration: none;
}
a:visited {
    color: #8b0000;
    text-decoration: none;
}
p {
    font-family: helvetica, sans-serif;
    text-align: justify;
}
#pitLevel {
    background-color: black;
    margin-left: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    width: 100px;
    color: white;
    font-size: 16pt;
}
#xp-pic {
    float: left;
    font-size: 30pt;
    width: 100px;
    text-align: center;
    color: #8b0000;
}
#obols-field {
    background: url('Obols.webp') left no-repeat;
    background-size: 100px;
    background-position: left center;
}
#glyphs-field {
    background: url('D4LegendGlyph.png') left no-repeat;
    background-size: 100px 100px;
    background-position: left top;
}
.form-group {
    margin-bottom: 20px;
}
.results {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: rgb(38, 38, 38);
}
.result-field {
    margin-bottom: 20px;
    padding-left: 150px;
    min-height: 100px;
}
table {
    font-size: smaller;
}
td {
    padding-left: 10px;
}
.padd {
    padding-left: 10px;
}

/* end of file */
