body {
    background-color: powderblue;
    background: url(../img/bikebg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1 {
    color: blue;
}
p {
    color: red;
}

.margin-top {
    margin-top:5%;
}

.center_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 12%;*/
    opacity: 0.6;
    color: white;
    height: 384px;
}


.center_priv {
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.center_strava {

    display: block;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    /*width: 20%;*/
    opacity: 0.95;
    height: 96px;
}

.bottomright_strava {

    display: block;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    width: 338px;
    position: fixed; bottom: 5px; right: 5px;
}

.bottomrightstack_strava {

    display: block;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    width: 199px;
    position: fixed; bottom: 5px; right: 5px;
}

tr.commute {
    background: #85ED82;
}


table.summaryTable {
    font-family: "Times New Roman", Times, serif;
    border: 1px solid #1C6EA4;
    background-color: #F2E298;
    width: 80%;
    height: 90%;
    text-align: left;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
}
table.summaryTable td, table.summaryTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}
table.summaryTable tbody td {
    font-size: 15px;
}
table.summaryTable thead {
    background: #FC4C02;
    background: -moz-linear-gradient(top, #fd7941 0%, #fc5e1b 66%, #FC4C02 100%);
    background: -webkit-linear-gradient(top, #fd7941 0%, #fc5e1b 66%, #FC4C02 100%);
    background: linear-gradient(to bottom, #fd7941 0%, #fc5e1b 66%, #FC4C02 100%);
}
table.summaryTable thead th {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
table.summaryTable tfoot {
    font-weight: bold;
}
table.summaryTable tfoot .links {
    text-align: right;
}
table.summaryTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

tr.sum {
    font-weight: bold;
    font-size: 100px;
    color: #FFFFFF;
    background: #FC4C02;
    background: -moz-linear-gradient(top, #fd7941 0%, #fc5e1b 66%, #FC4C02 100%);
    background: -webkit-linear-gradient(top, #fd7941 0%, #fc5e1b 66%, #FC4C02 100%);
    background: linear-gradient(to bottom, #fd7941 0%, #fc5e1b 66%, #FC4C02 100%);
}

.stravalink {
   text-decoration: underline;
   color: #FC4C02;
   font-weight:bold;
}
