.rotorBox{
  width: 30px;
  text-align: center;
  border: 3px solid black;
  font-size: 20px;
  border-radius: 15px 15px 15px 15px;
}

.col{
  border: 3px solid black;
  /*background-color: #e3e3e3;*/
  background-color: rgba(255, 0, 0, 0.3);
  border-radius: 15px 15px 15px 15px;
  padding-top: 5px;
  padding-bottom: 5px;

}

.row{
  padding-top: 5px;
  padding-bottom: 5px;
}
.center-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

#output{
  width: 800px;
  text-align: center;
  border: 3px solid black;

  border-radius: 15px 15px 15px 15px;
}
#input{
  width: 800px;
  text-align: center;
  border: 3px solid black;

  border-radius: 15px 15px 15px 15px;
}

body{
  padding-top: 1%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 20px;
  background-color: black;
}

.container{
  background-image: url("http://www.webdesigndev.com/wp-content/uploads/2015/02/3-Curved-Wooden-Backdrops-Vol.jpg");
  border-radius: 15px 15px 15px 15px;
  /*background-repeat: no-repeat;*/
  /*background-size: 100%;*/

  background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    /*background-size: cover;*/
}

table, tr, td, th{
  padding: 5px;
  margin: auto;
  /*color: white;*/
}

.logo{
  width:10%;
  margin: auto;
  border-radius: 0px, 0px, 0px, 0px;
  border: 0px solid black;
  background-color: rgba(255, 0, 0, 0);
}

.lamp{

  width: 50px;
  text-align: center;
  border: 3px solid black;
  font-size: 30px;
  border-radius: 25px 25px 25px 25px;
  margin: auto;

  -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.lampboard{
  /*font-size: 30px !important;*/
}

.routes{
  color: black !important;
  margin: auto;

}
.instructions{
  border: 3px solid black;
  border-radius: 25px 25px 25px 25px;
  background-color: white;
}

#plugboardButton{
  color: black;
  text-align: center;
  border: 3px solid black;
  background-color: white;
  border-radius: 25px 25px 25px 25px;

}
.pannelDiv{
  border: 3px solid black;
  /*background-color: white;*/
  border-radius: 25px 25px 25px 25px;
}

.settings{
  border: 1px solid black;
  border-radius: 25px 25px 25px 25px;
  margin: auto;
}

#settingsIO{
  width: 650px;
}
.btn{
  background-color: white;
}
