/*
@font-face {
    font-family: mono-space-sheet-old;
    src: url(../fonts/SpaceMono-Regular.ttf) format('truetype');
}
*/
@font-face {
    font-family: mono-space-sheet;
    src: url(../fonts/RobotoMono-Regular.ttf) format('truetype');
}

.foot {
    font: 11px Arial, Helvetica, sans-serif;
    color: gray;
    font-size: 12px;
}
.table-1 {
    font-family: jura;
    border: 0px solid #DFDFDF;
    background-color: transparent;
    width: 75%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    margin-bottom:5px;
    table-layout:fixed;  
}
.table-1 td {
    background-color: transparent;
    border-top-color: white;
    border-bottom: 1px solid #DFDFDF;
    color: cadetblue;
    font-size: 15px;
    padding: 4px 7px 2px;
    vertical-align: top;
    align: left;
    line-height:10px;
    white-space: nowrap;
}

.table-2 {
    font-family: jura;
    border: 1px solid #DFDFDF;
    background-color: transparent;
    width: 70%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    table-layout:fixed;  
}
.table-2 th {
    font-weight: normal;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
    background-color: lightblue;
    border-top-color: white;
    border-bottom: 1px solid #DFDFDF;
    text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
    color: #555;
}
.table-2 td {
    background-color: transparent;
    border-top-color: white;
    border-bottom: 1px solid #DFDFDF;
    color: #555;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    vertical-align: top;
}

.mytable {
    width: 85% !important;
    font-family: 'mono-space-sheet';
}
.mytable th {
    border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 10px 6px 12px;
    font-weight: 900;
    background: aliceblue;
    color: green;
    top: 0;
    cursor: pointer;
    font-size: 12px;
}
.mytable td {
    border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    padding: 6px 6px 6px 12px;
    text-align: left;
    background-color: #fff;
    border-bottom: #ccc 1px solid;
    vertical-align: center;
    font-size: 12.5px;
}
.mytable tbody>tr.even:hover>td,
.mytable tbody>tr.hover>td,
.mytable tbody>tr.odd:hover>td,
.mytable tbody>tr:hover>td {
    background-color: lightcyan;
    color: green;
}
.mytable tr:nth-child(even)  td {
    background-color: ghostwhite;
}
.mytable tr:nth-child(odd) td {
    background-color: white;
}
.mytable tr th:first-child,
.mytable tr td:first-child {
     width: 18em;
     min-width: 18em;
     max-width: 18em;
     word-break: break-all;
}

