
#map {
    position: fixed;
    height: calc(100vh - 25px);
    width: calc(100% - 253px);
    padding-top: -20px;
    margin-left: 250px;
    margin-top: 35px;
}

#sidebar {
    position: fixed;
    height: calc(100vh - 25px);
    width: 250px;
    margin-top: 30px;
}

p {
    color: #ffffff;
    margin-bottom: -15px;
}

.title {
    color: #e0ddff;
}

#content {
    padding-left: 25px;
}

#countryName {
    margin-top: 0px;
}

#countryYear {
    margin-top: 20px;
    font-size: 14px;
}

#sidebar ul li {
    list-style-type: none;
    margin-left: -30px;
}

.countryList, .countryListFuture{
    text-decoration: none;
    color: #f4f4f4;
    font-size: 14px;
}

.countryList:hover {
    color: #bfb9fa;
}

#countryBox {
    height: 50px;
}