  ﻿/* Button Styles */
/* .button-style {
    
	background-color:#127812;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:auto;
	text-decoration:none;
	text-align:center;
    padding-left:8px;
    padding-right:8px;
    font-weight:normal !important;
    margin:14px 4px;
    min-width:60px;
} */

.button-style {
	background-color:#127812;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:17px;
	padding:14px 24px;
	margin: 6px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	color:#ffffff !important;
}
.button-style:hover {
	background-color:#5cbf2a;
}
.button-style:active {
	position:relative;
	top:1px;
}


.button-style:hover{ background-color:#005A00; text-decoration:none !important;}

.button-style:active {position:relative; top:1px;}

.home_page_alerts{font-size:18px; font-weight:bold; color:#ff0000 !important; width:100%; margin-bottom:30px; float:left;}

.new_window{left:-9999em; position:absolute;}

.divider{
    margin-right:8px;
}

.cat_highlight{
  background-color: #FFFF00;
}

.alert{
  padding: 1rem 1.5rem 2.5rem 1.75rem;
  margin: 12px 0;
  background-color: #f8d7da;
  color: #721c24;
  border-color:#f5c6cb;
  border-radius: 0.5rem;
  font-weight: bold;
}

.alert h2{
	font-size: 18px;
}