.svn-button {
  background-color: #009900;
  color: #ffffff;
  font-family: Helvetica Neue;
  font-weight: Bold;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  padding: 10px 28px;
  display: inline-block;
}

.svn-topnav {
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ffffff;
  font-family: Helvetica Neue;
  padding: 10px;
  color: white
}

.svn-banner-div {
  padding: 0px 10px 0px 10px;
  background-color: #f0f0f0;
  text-align: center;
}

.svn-banner-text {
  color: #333333;
  font-size: 20px;
  font-family: Helvetica Neue;
  font-weight: Bold;
  text-align: center;
}

.svn-header-text {
  color: #333333;
  font-size: 14px;
  font-family: Helvetica Neue;
  font-weight: Bold;
  text-align: center;
}

.svn-text {
  color: #333333;
  font-size: 13px;
  font-family: Helvetica Neue;
  font-weight: Regular;
  text-align: center;
}

.svn-email-text {
  color: #009900;
  font-size: 13px;
  font-family: Helvetica Neue;
  font-style: weight;
}

.svn-footer-text-bold {
  color: #333333;
  font-size: 13px;
  font-family: Helvetica Neue;
  font-weight: Bold;
}

.svn-footer-text {
  color: #999999;
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: Regular;
}

.svn-hr {
  border-top: 1px solid #d6d6d6;
}
    
.svn-select {
  float: right;
  position: relative;
  font-family: Helvetica Neue;
}

.svn-select select {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  background-color: #f0f0f0;
  color: #333333;
  font-family: Helvetica Neue;
  font-size: 16px;
  border: 0px;
  padding: 5px; 

  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -webkit-padding-end: 30px;
  -webkit-padding-start: 10px;

  background-image: url("assets/down.gif");
  background-repeat: no-repeat;
  background-size: .6em;
  background-position: calc(100% - 1.3em) center; 
}

.svn-select select::-ms-expand {
  display: none;
}

.svn-select option {
  position: absolute;
  background-color: #f0f0f0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99
 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;

  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}


.topnav-footer {
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: white;
  font-family: Helvetica Neue Light;
  padding: 14px 16px;
  color: black;
  font-size: 12px;
  font-family: Helvetica Neue;
}

.svn-img {
  align: bottom;
  vertical-align: middle
}
