body {
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
    background: #323232ff;
}

.movingBubbles:hover {
    stroke: whitesmoke;
    stroke-width: 1.3px;
}

h2,
h3 {
    width: 90%;
    margin: 10px auto 10px auto;
}

.button {
    cursor: pointer;
}

.title-bar {
    font-size: 1.8em;
    font-weight: 120;
    color: whitesmoke; 
    padding: 0px;
    margin-top: 20px;
    display: inline-flex;
    /*text-align: center;
    margin: 10px auto 10px auto;
    width: 80%; */
}

#myBtn {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    color: whitesmoke;
    font-size: 18px;
    background: #323232ff;
    border: 0px;
    padding: 10px;
    padding-bottom: 0px;
}

#myBtn:focus {outline:0;}

#myBtn:hover {
    opacity: 0.5;
    cursor: pointer;
}

#container {
    /*position: absolute; */
    width: 90%;
    margin: 10px auto 10px auto;
    /*border: 1px solid #d3d3d3; */
    text-align: center;
    overflow: hidden;
}

.middle-menu {
    color: whitesmoke;
    /*position: absolute; */
    top: 400px;
    left: 40%;
    text-align: center;
    font-size: 25px;
    z-index: 10;
}

.button:hover {
    opacity: 0.5;
}

.authors {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 15px;
}

.datasource {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 15px;
}

.name:hover {
    cursor: pointer;
    opacity: 0.5;
}

table {
    width: 90%;
    margin: 10px auto 10px auto;
    color: white;
}

td {
    text-align: center;
}

div.popup {
    position: absolute;			
    text-align: left;				
    
    padding-left: 6px;			
    font: 18px;	
    color: black;	
    background: whitesmoke /*#323232ff*/;
    border: 1px solid whitesmoke;		
    border-radius: 8px;
}
a:link, a:visited {
    color: black;	
    text-decoration: underline;
    text-decoration: none;
}
a:hover {
    color: black;
    opacity: 0.5;
}

.speakers {
    margin: 0;
    padding: 0;
    display: inline;
}

/* The Modal (background) */
.modal {
    
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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 */
  }
  
  /* Modal Content/Box */
  .modal-content {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    line-height: 1.7;
    font-size: 19px;
    color: black;
    background-color: whitesmoke/*#323232ff*/;
    opacity: 0.7;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 45%; 
  }
