.form-signin {
  margin: 0 auto;
  max-width: 440px;
}
.area-login {
  margin: 0 auto;
  max-width: 440px;
}
.form-register {
  margin: 0 auto;
  max-width: 800px;
}
hr.orSeparator {
  border-top: 1px solid #d3d3d3;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
hr.orSeparator:after {
  content: ' OR ';
  display: inline-block;
  position: relative;
  top: -13px;
  padding: 0 10px;
  background: white;
  color: #d3d3d3;
  font-size: 18px;
}
hr.separator {
  border-top: 1px solid #d3d3d3;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.btn-xlarge {
  background-color: #2196F3;
  color: white;
  width: 100%;
  height: 17.5%;
  padding: 12px 10px;
  font-size: 16px;
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.btn-signup {
  border-style: solid;
  border-color: #2196F3;
  border-width: 1px;
  background-color: white;
  color: #2196F3; 
  width: 100px;
  height: 20%;
  padding: 8px;
  font-size: 14px;
  line-height: normal;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.right-width {
    width: -webkit-calc(100% - 410px);
    width:    -moz-calc(100% - 410px);
    width:         calc(100% - 410px);
    min-width: 480px;
}
.btn-xlarge:hover {
  color: white;
}

tr {
  color: black;
  padding: 10px;
  border-bottom-style: solid;
  border-color: lightGray;
  border-width: 1px;
}

tr.selected {
  background-color: #BBDEFB;
}

tr.hover{
  background-color: lightGray;
}
#confirmBox {
    display: none;
    background-color: #efefef;
    border-radius: 5px;
    border: 5px solid #aaa;
    position: fixed;
    width: 500px;
    left: 50%;
    margin-left: -150px;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
#confirmBox button {
    background-color: #eee;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #333;
    padding: 5px;
    text-align: center;
    width: 100px;
    cursor: pointer;
}
#confirmBox button:hover {
    background-color: #ded;
}
#confirmBox .message {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}
