﻿.header {
  border-bottom-style: none;
}

.headerTitle {
  border-style: solid;
  padding: 30px;
  width: 92%;
  left: 0px;
  top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  color: darkblue;
  font-family: Verdana;
  font-variant: normal;
}

@media all and (max-width:1039px),
all and (max-device-width:1039px)  {
  body.view-sml .headerTitle {
  padding: 15px;
  top: 25px;
  }
}

#ctl00_ContentPlaceHolder1_AlertPreference {display: none;}
