.dropbtn {
  background-color: #757575;
  padding: 5px 10px;
  text-align: left;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  margin-left: 5px
}

.dropbtn-big {
  background-color: #757575;
  padding: 7.6px 10px;
  text-align: left;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  margin-left: 1px;
}

.dropbtn-small {
  background-color: #757575;
  padding: 10px 10px;
  text-align: left;
  color: white;
  font-size: 16px;
  border: none;
  display: flex;
  margin-top: -1px;
  margin-left: -60px;
  max-width: 600px;
}

.dropdown {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  padding: 3px 0px;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  text-align: left;
  display: none;
  position: absolute;
  background-color: #303333;
  min-width: 600px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  background-color: #9063CD;
  text-align: left;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #9063CD}

.dropdown:hover .dropdown-content {
  display: block;
}

textarea {
  width: 1195px;
  height: 150px;
  padding: 3px 3px;
  background-color: #353535;
  font-size: 12px;
  resize: yes;
}

.titlebtn {
  background-color: #33D17A;
  border: none;
  color: white;
  padding: 7px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  min-width: 1200px;
  max-width: 1200px;
}

.titlebtn2 {background-color: #008CBA;} /* Blue */
.titlebtn3 {background-color: #DA291C;  padding: 23px 2px;} /* Red */ 
.titlebtn4 {background-color: #e7e7e7; color: black;} /* Gray */ 
.titlebtn5 {background-color: #555555;} /* Black */
.titlebtn6 {background-color: #3CB17E;} /* Green */
.titlebtn7 {background-color: #757575;} /* Grey */

body
  {
      background:     #171421;
      font-family:    'Courier New', Courier, monospace;
      color:          #33D17A;            
  }

.iscan
  {
      font-family:    'Courier New', Courier, monospace;
      font-size:      12px;
      font-weight:    normal;
  }

.iscan-output
  {
      font-family:    'Courier New', Courier, monospace;
      font-size:      15px;
      font-weight:    normal;
      color:          #33D17A;
  }

a
  {
      color:          #ffffff;
  }

div, form, h2 
  {
      color:          #3CB17E;
  }    

img 
  {
    float: left;
    border-radius: 4px;
    padding: 5px;
    width: 70px;
  }

hr
  {
    text-align:   left;
    margin-left:  0;
    width:        1203px;
  }

div.about {
    color:          #33D17A;
    max-width: 1200px;
  }

.alert-message {
  background-color: #33D17A;
  border: none;
  color: white;
  padding: 7px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  min-width: 400px;
  }

.group:before,
.group:after {
    content: "";
    display: table;
  }

.group:after {
    clear: both;
  }

.group {
    clear: both;
  }

section {
    float: left;
    margin: 0;
    width: 10%;
  }

section2 {
    float: left;
    margin-left: 30px;
    width: 33%;
  }

section3 {
    float: left;
    padding: 13px 10px;    
    margin: 0;
    width: 33%;
  }

footer {
    margin-bottom: 0;
    width: 1200px;    
  }