html, body {
    height: 100%;
    margin: 0;
}

#errorDiv {
  width: 100%;
  height: 100%;
  font-size: 50px;
  padding:25px;
}

#fullContent {
  min-height: 100%;
  position:relative;
}

.nodeLabel {
  color: black;
  font-size: 12px;
  stroke-width: 0px;
  stroke-dasharray: 0,0;
  opacity: 0.0;
  pointer-events: none;
}

.linkLabel {
  color: black;
  font-size: 10px;
  stroke-width: 0px;
  stroke-dasharray: 0,0;
  pointer-events: none;
}

.selfLinkLabel {
  color: black;
  font-size: 10px;
  stroke-width: 0px;
  stroke-dasharray: 0,0;
  pointer-events: none;
}

.assignmentContainer{
    background-color: "#000111";
    box-shadow: 0px 3px 5px 5px #888888;
    margin: auto;
    margin-left:15px;
    height: 600px;
    max-width: 90%;
    resize: both;
    overflow: hidden;
    position: relative;
}
.svg {
  width: 100%;
  height: 100%;
}

.assignmentContainer.responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    overflow:hidden;

}

#vis{
    position:absolute;
    overflow: auto;/*hide the scrollbar if not needed, chrome and ie tested*/
    float:left;
}

#mapContainer{
    max-width:20%;
    left: 75%;
    top: 7%;
    width: 20%;
    height:250px;
    position:fixed;
}

.mapContainer{
    border-color:steelblue;
    border-style:solid;
    border-radius:25px;
    padding:6px;
    margin-left:10px;
    margin-right:30%;
    float: left;
    margin-bottom: 5px;
    margin-top: 350px;
    height: 350px;
}

#updateStatus {
    text-align: -webkit-center;
    text-align: center;
    display: none;
    position: fixed;
    width: 20%;
    left: 40%;
    z-index: 100;
}

svg{
  cursor: default !important;
}

div.tooltip {
  padding: 12px;
  position: absolute;
  height: auto !important;
  width: auto !important;
  line-height: 1;
  padding: 12px;
  font: 14px sans-serif;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  border: 0px;
  border-radius: 8px;
  display: block;
  pointer-events: none;
}

.clickthrough {
  pointer-events: none;
}

.assignmentTitle {
    padding: 20px;
    padding-top: 30px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 150%;
}

.assignmentDescription {
    padding: 20px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 90%;
    max-height:200px;
    max-width: 60%;
    overflow: auto;
}
div#assignmentSlide{
    margin: auto;
    margin-bottom: 15px;
    margin-left:15px;
    max-width: 90%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    max-height: 25px;
    display: flex;
}
div#currentSubassignment {
  padding: 5px;
  max-width: 40px;
  position: absolute;
  display: block;
  color: #3D5C96;
  pointer-events: none;
}

div.slideButton {
  border-radius: 0;
  padding: 4px;
  padding-top: 10px;
  flex: 1;
  display: block;
  background-color: #F0F5FF;
  border: solid 1px #3D5C96;
  border-top-color: #F0F5FF;
}

div.slideButton:hover {
  display: inline;
  background-color: steelblue;
}

.button{
  padding-left: 10px;
  padding-top: 10px;
  margin-left: 40px;
}

div#audiocontrols{
  position: relative;
  padding: 20px;
}

div#sampleinput{
  display: inline;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -3% 0 0 -20%;
}

#time-sample{
  width: 350px;
}