header{
    height:5%;
    background-color: #cccccc;
    margin:0;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
#region-dropdown{
    margin: 10px;
    width:100px;
}

.w100{
    width:100%;
}

#link-path{
    margin-left: 30px;
}

.underline{
    text-decoration: underline;
}

body{
    width: 100%;
    margin:0;
    font-family: "sans-serif";
}

input{
    font-family: "sans-serif"; 
}

#contents{
    height:90%;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap:wrap;
}

table{
    border-collapse: collapse;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    border: 0px;
}

table th{
    background-color: #ff0000;
    color: #ffffff;
}

.hidden{
    display: none !important;
}

footer{
    height:5%;
    background-color: #cccccc;
    margin:0;
    width:100%;
    align-items: center;
    font-weight: bold;
    opacity: 1;
    position: fixed;
    justify-content: center;
    display: flex;
    align-items: center;
    bottom: 0;

}

#table-padder{
    height:8%;
    width: 100%;
}

#right{
    height:100%;
    width:60%;
    display: flex;
    align-items:center;
    justify-content: right;
    flex-direction: row;
}

sup{
    font-size: xx-small;
}
.modifiable{
    width: 100%;
    height: 100%;
    border:0px solid black;  
    text-align: center;  
    background-color: #efefef;
}

.clickable{
    cursor: pointer;
}

#profit-link{
    display: flex;
    height:100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-left:1px solid black;
    border-right:1px solid black;
    margin-right:50px;
    padding-left:10px;
    padding-right:10px;

}

#right a{
    color:white;
    text-decoration: none;
}