html, body {  
  height: 100%;
} 

.boxcontainer {
  padding-top: 30px;
}

.loginbox {
  border: 1px solid;
  width: 300px;
  margin: auto;
  border-color: #eaeaea;
  padding: 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
}

.statusbox {
  border: 1px solid;
  max-width: 500px;
  margin: auto;
  border-color: #eaeaea;
  padding: 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
}

.topmenu {
  background-color: #2D2D2D;
  margin-left: 0px;
  margin-top: -1px;
  margin-right: 0px;
  height: 18px;
  padding: 4px 14px;
  padding-left: 15px;
}

.tmi {

}

.tmi a {
  color: #bbbbbb;
  font-weight: bold;
}

.tmi a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.tmiactive a {
  color: white;
}

.topsubmenu {
  height: 70px;
  background-color: #f6f6f6;
  border-bottom: 1px solid;
  border-color:#e5e5e5;
}

.tsmpmo {
  float: left;
  margin-left: 114px;
  margin-top: -30px;
  font-size: 16px;
}

.tsmlogo {
  margin-top: 2px;
  margin-left: 10px;
}

.alert-error-login {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  color: #bd362f;
  margin-bottom: 10px;
  display: none;
}

.bodyoptions {
  height: 50px;
  text-align: center;
}

.bodyoptions a {
  width: 160px;
  color: black;
}

.auth input {
  width: 270px;
}

.bodygoogle {
  padding: 10px;
  border: 0px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  background-color: #fcfcfc;
}

.btmfooter {
  margin-top: 50px;
  text-align: center;
  opacity: 0.7
}

.boxinternal {
  text-align: center;
  margin-bottom:30px;
}

.roundedbox {
  /*max-height: 300px;*/
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 10px;
  margin-top: 0px; 
  border: 1px solid;
  border-color: #eaeaea;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.boxtext {
  text-align: left;
}
