html {
    background: url(Images/drsneuwied-126.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -50px;
}

body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: inline;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(0, 0, 0, 0) !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse{
    background-color:rgba(34, 34, 34, 0.7);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(34, 34, 34, 0.7);
}

.dropdown-menu {
    background-color:rgba(34, 34, 34, 0.7);
}

.dropdown-menu > li > a{
    color: #ddd !important;
}

.container {
    background-color:rgba(34, 34, 34, 0);
    margin-left: 0px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Let's get this party started */
#element::-webkit-scrollbar { 
    display: none; 
}

::-webkit-scrollbar { 
    display: none; 
}



/*Create.php*/
.interactionfield {
    position:absolute;
    right: 50%;
    top: 50%;
    margin-right: -150px;
    margin-top: -200px;
    background-color:rgba(0, 0, 0, 0.6) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #ddd !important;
    width:300px;
    height:250px;
    overflow: hidden !important;
}

.infopanel {
    position:absolute;
    right: 50%;
    top: 50%;
    margin-right: -800px;
    margin-top: -400px;
    background-color:rgba(0, 0, 0, 0.6) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #ddd !important;
    width: 1600px;
    height:850px;
    overflow: hidden !important;
}

.textfield{
    margin: 30px;
    
    height: 724px;
   

}
.symbolList li {
  list-style-type: none; 
  text-align: center;
  padding: 20px; 
}

.ListWrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
}

.ListObject {
  display: inline-block;
  text-align: center;
  padding: 20px;
}

.symbolBar a {
   text-decoration: none;   
}

.symbolBar {
    position:absolute; 
    bottom: 0;
    vertical-align: bottom;
    background-color:rgba(0, 0, 0, 0.6) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #ddd !important;
    width:100%;
    height:165px;
    overflow: hidden !important;
}


.submitButton{
    left:50%;
    margin-left: -75px; 
    position:relative;
    width: 150px;
}

/*Index.php*/
.tablefield {
    position:absolute;
    right: 12%;
    top: 10%;
    margin-top: 22.5px; 
    background-color:rgba(0, 0, 0, 0.7) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #ddd !important;
    width:75%;
    height:80%;
    overflow-y: scroll !important;
}

table {
    margin-bottom: 0px !important;
}

/*About.php*/

.infofield {
    padding: 0px;
    position:absolute;
    right: 20%;
    top: 10%;
    margin-top: 22.5px;
    background-color:rgba(0, 0, 0, 0.7) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #ddd !important;
    width:60%;
    height:80%;
    overflow-y: scroll !important;
}

.about-section {
    padding-bottom: 10px;
}

.imgdiv {
    padding:10px 5%;
}