body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.long-title h1 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    /**font-size: 28px;*/
    text-align: center;
    margin-bottom: 20px;
}

.widget-container {
    margin-right: absolute;
}

.options {
    padding: 20px;
    /*background-color: rgba(191, 191, 191, 0.15);*/
    /*position: absolute;*/
    /*right: 30px;*/
    top: 30px;
    bottom: 0;
    width: 1300px;
}

#fileuploader-container {
    /*border: 1px solid #d3d3d3;
    margin: 20px 20px 0 20px;*/
}

#container {
    height: 100%;
    display: flex;
}

#sidebar {
    flex-basis: 15rem;
    flex-grow: 1;
    padding: 1rem;
    max-width: 30rem;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

#map {
    flex-basis: 0;
    flex-grow: 4;
    height: 500px;
    width: 500px;
}

#exportContainer {
    text-align: right;
}

.buttons-column {
    width: 150px;
    justify-content: center;
}

#chbTolls {
    font-size: 18px;
}

#chbHigh {
    font-size: 18px;
}

#chbFerries{
    font-size: 18px;
}

#chbTraffic {
    font-size: 18px;
}

#rfMap {
    font-size: 18px;
}

#rbRoute {
    font-size: 18px;
}

#ptMap {
    font-size: 18px;
}