
.verticalLine {
  border-left: 1px solid #333;
  height: 72px;
  width:2px;
  position: relative;
  top: 1px;
}

.page-footer{
 background-color: #868684;
 padding-bottom: 9px;
 margin-top: 0;
 margin-bottom: 0;
 border-bottom: 1px solid #eee;
 color: #ffffff;
 border-radius: 4px;
}

.span-footer{
  color: #fff;
  font-size: 95%;
  margin-left:20px;
}

.span-footer > a {
  color: #fff;
  text-shadow:none;
  text-decoration: underline;
  font-size: 95%;
}

.span-footer > a:hover,
.span-footer > a:focus {
  color: #c53100;
  background-color: #efeee9;
  text-shadow:none;
}
.span-footer > a:active{
  color: #333;
  background-color: #fff;
}

button .betabtn{
    border: 0px !important;
    margin-top: 8px !important;
    border-radius: 9.5px !important;
    font-size: 7px !important;
    font-weight: bold !important;
}

div .ols-user-home {
    border: 2px solid #efeee9;
    border-radius: 10px;
    min-height: 160px;
}
.increase-popover-width {
    min-width: 450px;
    max-width: 500px;
}
.popover-title, .popover-header {
    background-color: yellow; 
    font-weight: bold;
}
.popover .arrow {
    display: none;
}
