| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | @font-face {
    font-family: "Reverb";
    src: url("/koboldgen/assets/fonts/Reverb-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Reverb Light";
    src: url("/koboldgen/assets/fonts/Reverb-Light.otf") format("opentype");
    font-weight: lighter;
}
.firstrow {
    float: left;
    max-width: 30%;
    padding-right: 20px;
    padding-top: 10px;
}
/* .firstrow .head {
    
    font-size: 
} */
#theship {
    float: left;
}
#themission {
    float: left;
}
#theadversary {
    float: left;
}
#theadversary #secprobstats {
    display: block;
    padding-left: 10px;
}
#theadversary #thirdprobstats {
    display: block;
    padding-left: 20px;
}
#thekobolds {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* #thekobolds .head {
    font-family: "Reverb";
} */
.kobold {
    float: left;
    padding-right: 20px;
}
.head {
    display: block;
    font-family: "Reverb";
    font-size: 2em;
    font-style: italic;
}
 |