/* Download GPS tracks--- General settings */

h1 {
    margin-top:10px; 
    margin-bottom:4px; 
    color:black;
    font-family: Verdana,Arial;
    font-size:20pt; 
    font-weight:bold;
}

h2 {
    margin-top:10px; 
    margin-bottom:4px; 
    color:black;
    font-family: Verdana,Arial;
    font-size:16pt; 
    font-weight:bold;
}

body {
    padding: 0; 
    margin-left: 0;
    margin-right: 0;
    font-family: Verdana,Arial;
    -webkit-text-size-adjust: 100%;
}

#background {
    top:0;
    margin-top:50px;
    width:100%;
    height: 333px;
    /* Override general "top" setting */
    /*background-image: none;*/      
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
}

#div-bottom { 
    margin-top:10px; 
    padding-top: 0px; 
    color:gray; 
    font-size:6pt; 
    font-weight:bold; 
    text-align: center;
    }

.div-download {
    position: absolute;
    top:50px;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: Verdana,Arial;
    font-size: 10pt;
    width:90%;
    margin-left: 5%;
    background-color: white;
    border-top: 1px solid #e6e6e6;
    border-radius: 20px;
    opacity:90%;
}

.gpx-select {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gpx-select-content {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}
    
.download-button {
    position: absolute;
    right:0;
    cursor:pointer;
    background-color: #e6e6e6;
    opacity:100%;
    border-radius: 8px;
}

.select {
    background-color: #e6e6e6;
    opacity:100%;
    border-radius: 8px;
}

.watermark
            {
              height: 50px;
            }
            
/* Solid separator */
.separator {
        border-top-left-radius: 1px solid #cccccc;
        margin-top:20px;
        }