body {
	color: #333333;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
a:focus, a:hover, a:active {
	outline: none;
}
img	{ border: 0;}



.container {
  width: 960px;
  margin: 0 auto;
}



/***** Header  ********************/
#header {
  overflow: hidden;
  padding: 0;
}
#header .left {
  float: left;
  width: auto;
  max-width: 75%;
}
#header .left-logo {
	width: 75%;
	padding-bottom: 15px;
}
#header .left-logo img {
	max-height: 150px;
	float: left;
	margin-right: 10px;
}
#header .left-logo a strong {
	float: left;
	margin-top: 40px;
}
#header .right {
  float: right;
  width: auto;
  max-width: 25%;
}
#header .date {
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0 0 0;
	margin: 0;
}
#header .title {
	overflow: hidden;
	margin: 0 0 5px 0; 
	padding: 25px 0 0 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
}
#header .left-logo .title {
	padding-top: 10px;
	overflow: inherit;
}
#header .title a {
	color: #255374;
}
#header .tagline {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 24px;
	margin: 0; 
	padding: 0;
}
#header .left-logo .tagline {
	display: block;
	float: left;
}
#header .contactinfo {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header .contactinfo li {
  float: right;
  margin: 0 0 0 5px;
  padding: 0;
}
#header .contactinfo img {
  margin-top: -6px;
}
#header .contactinfo {
	padding: 11px 0 0 0;
}
#header .contactinfo a img {
	border: none;
	margin: 0 3px 1px 0;
	padding: 0;
}
#header .companyinfo {
	margin: 0;
	padding: 0 0 5px 0;
  text-align: right;
}



/***** Primary Navigation ********************/
#navprimary { 
  position: relative;
  z-index: 900;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
}
#navprimary .container { 
  height: 30px;
  padding: 10px 0;
  background-repeat: repeat-x;
}
#navprimary .navlabel.small {
  display: none;
}
#navprimary .level1 {
  position: relative;
  z-index: 5;
  float: left;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navprimary .level1 li {
  position: relative;
  float: left;
  width: auto;
  margin: 0;
  padding: 0 6px 0 4px;
  background: url(../themes/ruralwaterimpact/images/navline.png) right no-repeat;
}
#navprimary .level1 li.parent {
}
#navprimary .level1 a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 12px;
  text-decoration: none;
  line-height: 30px;
  white-space: nowrap;
}
#navprimary .level1 a.parentlink {
  padding-right: 22px;
  background-image: url(../themes/ruralwaterimpact/images/arrow-down2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#navprimary ul.level2 {
  position: absolute;
  z-index: 900;
  width: 180px;
  margin: 0;
  padding: 0;
  left: -9999px;
  list-style-type: none;
}
#navprimary li:hover ul.level2 {
  left: 4px;
}
#navprimary ul.level2 li {
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#navprimary ul.level2 a {
  display: block;
  margin: 0;
	padding: 0 12px;
  font-size: 13px;
  text-decoration: none;
  line-height: 30px;
  white-space: nowrap;
  border-style: solid;
  border-width: 1px 0 0 0;
}
#navprimary .search {
  float: right;
  padding: 0 8px 0 0;
}
#navprimary .search input[type=text] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
	width: 180px;
  height: 30px;
	margin: 0 8px 0 0;
	padding: 0 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
  border-style: solid;
	border-width: 1px;
}
#navprimary .searchsubmit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 30px;
  margin: 0;
	padding: 3px 4px 4px 4px !important;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal !important;
	text-decoration: none;
	border: 1px solid;
}



/***** Main ********************/
#main {
  position: relative;
  z-index: 100;
  overflow: hidden;
  clear: both;
  padding: 20px 0;
}



/***** Content ********************/
#content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width: 675px;
  float: left;
  overflow: hidden;
	margin: 0 0 10px 0;
	padding: 15px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#content h1 {
	font-size: 22px;
}
#content h1.entry-title { 
  margin: 10px 0 25px 0; 
}
#content h2 {
	font-size: 20px;
}
#content h2.entry-title { 
  margin: 35px 0 10px 0; 
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h3 {
	font-size: 18px;
}
#content h4 {
	font-size: 16px;
}
#content #homepage h4 {
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content h5 {
	font-size: 14px;
}
#content h6 {
	font-size: 14px;
}
#content p {
  margin: 0;
  padding: 0 0 1em 0;
}
#content ul,
#content ol {
  margin: 0;
  padding: 0 0 1em 0;
}
#content li { 
  margin: 0 0 0 20px;
  padding: 0;
}
#content .post {
  margin: 0 0 40px 0;
  padding: 0;
}
#content .entry-content img {
	margin: 10px 0;
}
#content table {
  width: 100%; 
	margin: 10px 0 20px 0;
}
#content td {
  vertical-align: top;
}
.rate-table {
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.rate-table td,
.rate-table th {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 10px;
	text-align: left;
	margin: 0;
	border-spacing: none;
}
#content .labelfield {
  text-align: right;
  white-space: nowrap;
}
#content input[type=text], 
#content textarea, 
#content select { 
  width: 100%
}
#content textarea { 
  height: 100px;
}
label.error { color: #d00; font-weight: bold; }
input.error { border: 1px solid #d00 !important; }

/* USED FOR HONEYPOT */
#user-enter-data { display: none !important; }



/***** Sidebar ********************/
#sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width: 270px;
	float: right;
  border-left: 0px solid #ddd;
}
#sidebar .widget {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 10px;
  border-style: solid;
  border-width: 0;
  border-color: #ddd;
}
#sidebar h2, #sidebar h2 a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#sidebar h2 a:hover {
  color: #333;
  text-decoration: underline;
}
#sidebar h4 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#sidebar p {
  margin: 0;
  padding: 0 0 1em 0;
}
#sidebar ul, #sidebar ol {
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
}
#sidebar ul ul, #sidebar ol ol {
  margin: 0;
  padding: 0 0 0 15px;
}
#sidebar li {
  margin: 0;
  padding: 0 0 0 18px;
  word-wrap: break-word;
  background: url(../themes/ruralwaterimpact/images/sidebar-list.png) no-repeat top left;
}



/***** Footer ********************/
#footer {
  overflow: hidden;
  padding: 10px 0 30px 0;
}
#footer .container {
  overflow: hidden;
}
#footer p,
#footer ul {
  margin: 0;
  padding: 0;
}
#footer .gototop {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
}
#footer .gototop a {
  display: block;
  margin: 0;
  padding: 0 0 0 18px;
  background: url(../themes/ruralwaterimpact/images/footer-top.png) no-repeat 0 5px;
}
#footer .creds {
  float: right;
  width: 70%;
  margin: 0;
  padding: 0;
  text-align: right;
  list-style-type: none;
}
#footer .creds li {
  float: right;
  margin: 0 0 0 25px;
  padding: 0;
  line-height: 20px;
  white-space: nowrap;
}
#footer .creds li:last-of-type {
  margin: 0;
}



/************* HOME PAGE ****************/
#rotator {
  width: 100%;
  margin: 0 auto 10px auto;
}
#rotator .cycle-slideshow div {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#rotator .cycle-slideshow img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#rotator .cycle-slideshow em.caption {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.columncontent {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px auto;
}
.columncontent .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 30%;
  margin: 0 0 0 5%;
}
.columncontent .col.col1 {
  margin: 0;
}
#content .columncontent h4 {
  padding: 10px 0;
  text-shadow: 1px 1px #fff;
  border-bottom: 1px solid #ddd;
}
.newsteasers {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 10px 0 0 0;
  border-top: solid 1px #ddd;
}
.newsteasers .item {
  overflow: hidden;
}
#content .newsteasers h3 {
  padding-right: 100px;
  font-size: 16px;
}
#content .newsteasers h4 {
  font-size: 18px;
}
.newsteasers .linkmore {
  float: right;
}
#content .newsteasers .linkmore.header {
  margin: -25px 0 0 0;
}
.blogteasers {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 15px 0 0 0;
  border-top: solid 1px #ddd;
}
#content .blogteasers h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
}
#content .blogteasers img {
  float: left;
  margin: 0 25px 15px 0;
  width: 200px;
}
.blogteasers .linkmore {
  float: right;
}
#content .blogteasers h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 8px 0;
  padding: 0;
  text-decoration: none;
}



/************* IMAGE ON PAGE ****************/
#page-photo-single {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
}
#page-photo-single img {
  max-width: 100%;
}
#page-photo-thumbnail,
.project-photo-thumbnail,
.news-photo-thumbnail {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
}
#page-photo-thumbnail a,
.project-photo-thumbnail a,
.news-photo-thumbnail a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 200px;
  height: 200px;
  margin: 7px;
  text-align: center;
  line-height: 200px;
  vertical-align: center;
  border: 1px solid #ddd;
}
#content #page-photo-thumbnail img,
#content .project-photo-thumbnail img,
#content .news-photo-thumbnail img {
  max-width: 178px;
  max-height: 178px;
  margin: 10px;
}
#page-photo-slideshow em,
#page-photo-single em,
.project-photo-slideshow em,
.news-photo-slideshow em {
	display: block;
	color: #333;
	padding: 10px 0;
	font-size: 14px;
	line-height: 140%; 
}
#page-photo-thumbnail a em,
.project-photo-thumbnail a em,
.news-photo-thumbnail a em {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #000;
  font-size: 10px;
  line-height: 140%; 
  background: #eee;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
#page-photo-thumbnail a:hover em,
.project-photo-thumbnail a:hover em,
.news-photo-thumbnail a:hover em {
  display: block;
}



/************* BUTTONS ****************/
.btn {
  display: block;
  width: 100%;
  height: 37px;
  color: #fff;
	font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #333;
  line-height: 37px;
  background-repeat: repeat-x;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.green43 {
  height: 43px;
  line-height: 43px;
  background-color: #2A8F00;
  background-image: url(/themes/ruralwaterimpact/images/btn_green_43.png)
}
.btn.blue {
  background-color: #165CA1;
  background-image: url(/themes/ruralwaterimpact/images/btn_blue_37.png)
}
.btn.orange {
  background-color: #D77900;
  background-image: url(/themes/ruralwaterimpact/images/btn_orange_37.png)
}
.btn.red {
  background-color: #D83629;
  background-image: url(/themes/ruralwaterimpact/images/btn_red_37.png)
}
.btn.red43 {
  background-color: #D83629;
  background-image: url(/themes/ruralwaterimpact/images/btn_red_43.png)
}
.btn.paybill {
  font-size: 20px;
  text-transform: uppercase;
}
.btn.smallbtn {
  font-size: 12px;
  line-height: 18px;
}
.smallbtncontainer {
  overflow: hidden;
  padding: 10px 0 0 0;
}
.smallbtncontainer .smallbtn {
  float: left;
  width: 48%;
}
.smallbtncontainer .smallbtn:last-of-type {
  float: right;
}
.smallbtncontainer.smallbtncontainer-single .smallbtn {
  float: none;
  width: auto;
  font-size: 14px;
  line-height: 32px;
}
.btn.social {
  font-size: 12px;
  text-transform: uppercase;
}
.btn.social img {
  display: inline-block;
  margin: 0 0 1px 4px;
  vertical-align: middle;
}
.btn.tw {
  margin-top: 10px;
}

#userlinks .btn {
	overflow: hidden;
}


/************* MISC CONTENT ****************/
/* Post Info */
.post-info {
  font-size: 11px;
  text-transform: uppercase;
}

/* weather widget */
table.wp_wunderground {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.wp_wunderground caption {
  text-align: center;
}
.wp_wunderground img {
  width: 75%;
  max-width: 50px;
  height: auto;
  margin: 0 auto;
}
.wp_wunderground th {
  font-size: 11px;
  font-weight: bold;
}
.wp_wunderground td {
  font-size: 12px;
}

/* alerts widget */
#alerts {
  color: #FF0000;
}
#alerts a {
  color: #FF0000;
}
#alerts h4 {
  padding: 0 0 10px 0;
  color: #FF0000;
}
#alerts h2, #alerts h2 a {
  padding: 0 0 5px 0;
  color: #FF0000;
}

/* related documents */
#content ol.related-documents {
  list-style-type: none;
}
#content ol.related-documents li {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 30px;
}
#content ol.related-documents a {
}
#content ol.related-documents li img { 
  float: left; 
  margin: 0 10px 0 0; 
}
#content ol.related-documents em {
	font-size: 11px;
	font-style: normal;
	color: #999;
  white-space: nowrap;
}

/* bill pay */
#payment-address {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	float: right;
	width: 230px;
	margin: 0 15px 15px 15px;
	padding: 10px 15px 0 15px;
	background: #F7F7F7;
	border: 1px solid #CCC;
}
.billpay {
	 margin: 20px auto; 
	 width: 370px;
}
.billpay.small {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 5px 0 0 0;
	width: auto;
}

/* map */
#google-map {
  position: relative;
	margin: 0 0 20px 0;
  width: 100%;
	height: 350px;
}

/* document viewer */
iframe.docviewer {
  width: 100%;
  max-height: 820px;
}

iframe.iframe-pdf-direct {
	display: none;
}

/* blog */
.bloglisting  {
  clear: both;
  overflow: hidden;
}
.bloglisting .item {
  overflow: hidden;
  margin: 0;
  padding: 0 0 35px 0;
}
#content .bloglisting .item h2.entry-title {
  font-size: 20px;
  margin: 0;
  padding: 0 0 5px 0;
}
#content .bloglisting .item h2 {
  font-size: 16px;
}
#content .bloglisting .item h3 {
  font-size: 16px;
}
#content p.pagingnav {
  float: right;
  padding: 0 0 2em 0;
}
.blogarchivenav {
  clear: both;
  width: 100%;
}
.blogarchivenav .yearcolumn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 200px;
  margin: 0 7px;
}
#content img.blog-feature-image {
	float: left;
	margin: 0 25px 15px 5px;
	width: 200px;
}



/* 
Media Queries 
*/

/* switch from fixed width items to scaling items at 1000px wide */
@media screen and (max-width: 1000px) { /* two-column */
  .container {
    width: 96%;
    margin: 0 auto;
  }
  #header {
    padding: 0 0 50px 0;
  }
  #navprimary {
  }
  #navprimary .container {
    position: relative;
  }
  #navprimary .search {
    float: none;
    position: absolute;
    right: 0;
    top: -40px;
    padding: 0;
  }
  #content {
    width: 68%;
  }
  #sidebar {
    width: 30%;
  }
  .smallbtncontainer .smallbtn {
    float: none;
    width: 100%;
  }
  .smallbtncontainer .smallbtn:last-of-type {
    float: none;
    margin-top: 10px;
  }
  .btn.social {
    font-size: 11px;
  }
  .columncontent .col {
    width: 48%;
    margin: 0 0 0 4%;
  }
  .columncontent .col.col1 {
    margin: 0;
  }
  .columncontent .col.col3 {
    clear: both;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 740px) { /* one-column, padding around layout */

  #navprimary { 
    height: auto;
    padding: 0;
  }
  #navprimary .container { 
    height: auto;
    padding: 0;
  }
  #navprimary .navlabel.small {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    line-height: 30px;
    vertical-align: middle;
  }
  #navprimary .navlabel.small span {
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 30px;
    margin: 0 0 0 10px;
    background-image: url(../themes/ruralwaterimpact/images/icon_mobile_nav_white.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  #navprimary ul.level1 {
    position: relative;
    z-index: 5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-shadow: none;
    list-style-type: none;
    border: none;
    background-color: #f0fafe;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
  }
  #navprimary ul.level1.closed {
    display: none;
  }
  #navprimary ul.level1.open {
    display: block;
  }
  #navprimary ul.level1 li,
  #navprimary ul.level1 li.parent {
    position: relative;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #navprimary ul.level1 a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    white-space: nowrap;
    background-color: #f0fafe;
    border-style: solid;
    border-width: 1px 0;
    border-color: #dedede;
  }
  #navprimary ul.level1 a.parentlink {
    background-image: none;
  }
  #navprimary ul.level1 a:hover, 
  #navprimary li:hover a {
    background-color: #f0fafe;
  }
  #navprimary ul.level2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    list-style-type: none;
    background-color: #FEFEFE;
  }
  #navprimary li:hover ul.level2 {
    left: 0;
  }
  #navprimary ul.level2 li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    margin: 0;
    padding: 0;
  }
  #navprimary ul.level2 a {
    display: block;
    margin: 0;
    padding: 0 10px 0 10px;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    line-height: 32px;
    white-space: nowrap;
    background-color: #fefefe;
    border: none;
  }
  #navprimary ul.level2 a:hover {
    color: #00294B;
    background-color: #f0fafe;
  }
  #content {
    float: none;
    width: 100%;
  }
  #sidebar {
    float: none;
    width: 100%;
  }
  .smallbtncontainer .smallbtn {
    float: left;
    width: 48%;
  }
  .smallbtncontainer .smallbtn:last-of-type {
    float: right;
    margin: 0;
  }
  .btn.social {
    font-size: 12px;
  }
}
@media screen and (max-width: 660px) { /* one-column, layout edge-to-edge */
  .container {
    width: 100%;
    margin: 0 auto;
  }
  #header .left {
    padding: 0 0 0 10px;
  }
  #header .right {
    padding: 0 10px 0 0;
  }
  #navprimary ul.level2 li {
    width: 50%;
  }
  #navprimary .search {
    right: 10px;
  }
  #footer .gototop {
    padding: 0 0 0 10px;
  }
  #footer .creds {
    width: 60%;
    padding: 0 10px 0 0;
  }
  /* bill pay */
  #payment-address {
    float: none;
    width: 80%;
    margin: 0 auto 15px auto;
  }
@media screen and (max-width: 490px) { /* one-column */
  .columncontent .col {
    clear: both;
    width: 100%;
    margin: 0;
  }
  #payment-address {
    width: 100%;
  }
  .billpay {
    width: 100%;
  }
  .billpay .btn {
    font-size: 14px;
  }
  iframe.docviewer {
    max-height: 440px;
  }
}
@media screen and (max-width: 440px) { /* one-column */
  #header .left {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  #header .right {
    float: none;
    max-width: 100%;
    padding: 0 10px;
  }
  #header .contactinfo {
    float: left;
  }
  #header .companyinfo {
    clear: both;
    text-align: left;
  }
  #header .contactinfo li {
    margin: 0 5px 0 0;
  }
  .billpay .btn {
     font-size: 12px;
  }
}


