/* Calling Sky Captain. */
.comms_page {
  position: relative;
  padding-top: 10px;
  color: white;
  background-image :url('/specialties/Comms/WallOfSound.png');
  background-size: 100%;
}
@media screen and (min-width: 800px) {
  .comms_page {
    width: 725px;
    border-right: 2px solid white;
  }
}
@media screen and (max-width: 799px) {
  .comms_page {
    width: 100%;
  }
}

.of_course {
  display:flex;
}
@media screen and (min-width: 800px) {
  .of_course {
    flex-direction:column;
  }
  .a_matlab {
    display:block;
    margin-top:10px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
}
@media screen and (max-width: 799px) {
  .of_course {
    flex-direction:row;
  }
  .a_matlab {
    height:50px;
  }
}

.super_comms_stuffs {
  padding-left:10px;
  padding-right:10px;
  margin-left:10px;
  margin-right:10px;
  font-size:15px;
  font-family:DejaVu Sans;
  background-color:#00000070;
  border:solid white 2px;
  border-radius:10px;
  height:auto;
}
@media screen and (min-width: 800px) {
  .super_comms_stuffs {
    width:75%;
  }
}
@media screen and (max-width: 799px) {
  .super_comms_stuffs {
    width:90%;
    margin-left:auto;
    margin-right:auto;
  }
}
.super_comms_stuffs li {
  margin-bottom:5px;
}

