.login_buttons{
    right: 5px;
    padding-right: 10px;
    margin-left: auto;
}
.part_header{
    flex-wrap: wrap;
    display: flex;
}
#header{
    position: fixed;
    width: 100%;
    top:0;
}
body{
    padding-top: 20px;
}
.footer{
    margin-top: 15px;
    left: 0;
    bottom: 0px;
    width: 100%;
}
.footer_table {
    margin: auto;
    width: 80%;
}
td, th {
    width: 50%;
}
.linkcolumn{
    text-align: center;
    padding-right: 5px;
}
.contactcolumn{
    text-align: center;
    padding-left: 5px;
}
.clickable{
	padding 10px;
    margin: 0px 2px;
}
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popup_content {
    margin: auto;
    padding: 20px 30px;
    border: 1px solid;
    width: fit-content;
    max-width: 85%;
    text-align: center;
}