

table td {
    font-family: 'Roboto', sans-serif;
    font-size: 84px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: solid 1px #333333;
    padding-bottom: 10px;
}

.alias {
    text-align: left; 
    width: 40%;
}

thead tr th {
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: gray; 
}

.duration, .distance, .pace {
    text-align: right;
}
      
.duration, .pace {
    width: 15%;
}

.distance {
    width: 25%;
}

td.duration {
    color: #C4D600;
}

td.distance {
    color: #0085CA;
}

td.pace { 
    color: #f28c00;
}

.duration_unit { 
    padding: 0px; 
}

table#resultstable {
    margin: 20px;

    margin-top: 20px;
    border-collapse: collapse;
    width: 96%;
}

tr { 
    margin-top: 20px; 
    height: 108px;
}

thead tr { height: 32px; }

td { 
    padding-left: 20px; 
    padding-right: 20px; 
}

tr.old td {
    color: #555555;
}

tr.dimmed td { }
tr.black td {  }




.black {
    color: black;
}


div#download {
    width: 960px;
    height: 540px;
    color: white;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

    z-index: 2;

/*    display: none; */
}
