
* {
  box-sizing: border-box;
}

/* Create two columns that floats next to each other; first is bigger can have several lines */
.column {
  float: left;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
 background: none !important;
 border: 0px !important;
}
.nav-tabs>li {
 border-radius: 9px;
 border: 1px solid black;
 margin-right: 10px;
}
.nav-tabs>li.active {
 background: lightblue;
}
.nav-tabs {
 border: 0px !important;
}

.ecrFormButtonDarkBlue {
    width: auto;
    max-width:400px;
    background-color: darkblue;
    color: white;
    border-radius: 9px;
    font-family: verdana;
    font-size: 10px;
}
.ecrFormButtonBlue {
    width: auto;
    max-width:400px;
    background-color: blue;
    color: white;
    border-radius: 9px;
    font-family: verdana;
    font-size: 14px;
}
#whitebrowndiv30 {
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    font-family: verdana;
    font-size: 30px;
    background-color: white;
    color: brown;
    max-width: 100%
}
#whitebrowndiv20 {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-family: verdana;
    font-size: 20px;
    background-color: white;
    color: brown;
    max-width: 100%
}
#whitebrowndiv16 {
    margin: 0 auto;
    text-align: center;
    padding: 16px;
    font-family: verdana;
    font-size: 16px;
    background-color: white;
    color: brown;
}

#whitebrowndiv14 {
    margin: 0 auto;
    text-align: center;
    font-family: verdana;
    font-size: 14px;
    background-color: white;
    color: brown;
    font-weight: bold;
}
#graybrowndiv12 {
    margin: 0 auto;
    text-align: center;
    padding: 16px;
    font-family: verdana;
    font-size: 12px;
    background-color: lightgray;
    color: brown;
    max-width: 600px;
    border-radius: 9px;
}