.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  background-color: #FFC300;
  margin: 3% auto;
  padding: 0 5px 5px 5px;
  border: 1px solid #888;
  max-width: 70%;
}

.systems-content {
  background-color: #FFC300;
  margin: 15% auto;
  padding: 0 5px 5px 5px;
  border: 1px solid #888;
  color: black;
  width: 420px;
}

.closeX {
  color: black;
  float: right;
  font-size: 22px;
  font-weight: bold;
  margin-top: -7px;
}

.refresh {
  padding-left: 15px;
}

.refresh:hover,
.refresh:focus,
.closeX:hover,
.closeX:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.top-line {
  border-top: 1px solid black !important;
}

.number {
    display: inline-block;
    width: 22px;
    text-align: right;
	margin-right: 2px;
    margin-left: 2px;
    padding-right: 5px;
	border-radius: 5px;
}

.form {
  display: flex;
}

.static {
  width: 85px;
  display: flex;
  align-items: center;
}

input[type="radio"] {
  margin-top: -1px;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
  
#systemsContainer {
  margin-right: 10px;
  min-height: 21px;
  align-content: normal;
}

#myVideo {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .predictions {
	  display: inline-block;
  }

  #openModal,
  #openSystems {
	display: flow;
    padding-left: 0px;
  }
}

@media (max-width: 1200px) {
  .modal-content {
    position: relative;
	top: 20px;
  }
}

@media (max-width: 600px) {
  tr {
	border-top: 1px solid black !important;
  }
 
  .modal-content {
	top: 50px;
  }

  .systems-content {
	max-width: 35%;	
  }
  
  .form {
	display: flow;
  }
  
  #systemsContainer {
	font-size: 11px;
  }
}


@media (max-width: 375px) {
	.systems-content {
		min-width: 145px;
		position: relative;
		top: 60px;
	}

  .modal-content {
	top: 130px;
  }
	
	#systemsContainer table {
		min-width: 135px;
	}
	
}
