ol,
ul,
h5 {
	margin: 0;
}
p {
	padding: 0;
	margin-bottom: 10px;
}

div#content {
	width: 720px;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	color: #06498B;
}
body.sidebar-second #content {
	width: 720px;
}
div#content > div.splashScreen,
div#content > div.region-content > div#block-system-main > div.content > div {
	margin-top: 15px;
	padding: 0 20px;
}
div#content > div.splashScreen {
	height: 399px;
	border: #06498B solid;
	border-width: 1px 2px 3px;
	border-radius: 10px;
	background: url("../img/splash_image.jpg") no-repeat scroll 0 44px transparent;
}
div#content > div.splashScreen h1 {
	font-weight: bold;
	padding-bottom: 2px;
	border: #06498B solid;
	border-width: 0 0 2px;
}

div#content > div.region-content > div#block-system-main > div.content > div {
	border: #AFCAE4 solid;
	border-width: 2px 3px 5px;
	border-radius: 8px;
	padding: 20px;
/*
	border-width: 2px 4px 1px;
	padding: 5px 20px 45px;
	background: url("../img/menu-back.gif") repeat-x bottom transparent;
*/
}
div#content > div.region-content > div#block-system-main > div.content > div h2 {
	margin: 0 0 10px;
	padding-bottom: 2px;
	border: #AFCAE4 solid;
	border-width: 0 0 1px;
}
div#content > div.region-content > div#block-system-main > div.content > div h3 {
	margin: 6px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
}

div.layout-left {
	width: 180px;
	border: #06498B solid;
/*	border: #AFCAE4 solid;*/
	border-width: 1px 2px 3px 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 2em;
	margin-top: 15px;

/*	background: url("../img/body.png") repeat-x scroll center -400px white;
	background: url("../img/bk_h2_see_also.gif") repeat-y scroll center 0 white;
	background: url("../img/gradiant_01.gif") repeat-x scroll center 0 white;*/
	background: url("../img/gradiant_01_hor.gif") repeat-y scroll -1px center white;
}
div.layout-left a {
	color: #000000;
	text-decoration: none;
	display: block;
}
div.layout-left a:hover {
	background-color: #C9E2F8;
}
div.layout-left ul {
	list-style: none outside none;
	margin: 0;
	padding-left: 0;
}

div.region-sidebar-second {
	width: 195px;
	float: right;
	margin: 0;
	padding: 0;
	/*author: cavesje date:20170925 */
	margin-top: 30px;
}
div.region-sidebar-second h2 {
	margin: 0;
}
div.region-sidebar-second > div {
	width: 175px;
	border: #06498B solid;
/*	border: #AFCAE4 solid;*/
	border-width: 1px 2px 3px;
	border-radius: 10px;
	line-height: 2em;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px 0;
/*	background: url("../img/body.png") repeat-x scroll center -450px white;*/
	background: url("../img/gradiant_01.gif") repeat-x scroll center 0 white;
}
div.region-sidebar-second > div:first-of-type {
/*	margin-top: 2.5em;*/
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-top: 0;
}
div.region-sidebar-second > div.block > div.content a {
	font-weight: bold;
	text-decoration: none;
	color: #06498B;
	display: block;
}
div.region-sidebar-second > div a:hover {
	background-color: #C9E2F8;
}
div.region-sidebar-second > div.block > div.content > div > a,
div.region-sidebar-second > div.block > div.content > div.view > div.view-content > div > a {
	margin-top: 10px;
	text-align: center;
	font-style: italic;
}
div.region-sidebar-second > div.block > div.content,
div.region-sidebar-second > div.block > h5 {
	margin: 0 5px;
}
div.region-sidebar-second > div.block > div.content ul {
	list-style: none outside none;
	margin: 0 5px;
	padding-left: 0;
}
div.region-sidebar-second > div.block > div.content ul > li {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

form {
	font-size: 0.85em;
}
input,
select,
textarea {
	border: 1px solid #AFCAE4;
	border-radius: 3px;
	background-color: white;
}
input,
select {
	font-size: 1.1em;
}
input.form-submit {
	margin-left: 5px;
	border: 1px solid #0065A2;
	border-radius: 3px;
	padding: 2px 6px;

	background-color: #AFCAE4;
	color: #333333;

	font-weight: bold;
}
input.form-submit:hover {
	border-color: #027AC6;
	background-color: #C9E2F8;
	color: #555555;
	cursor: pointer;
}
form#user-login-form > div > div.form-item > input {
	max-width: 80px;
}
.form-item,
.form-actions {
	margin-bottom: 0;
	margin-top: 0;
}
div.region-sidebar-second > div#block-user-login.block > div.content,
div.region-sidebar-second > div#block-system-user-menu.block > div.content {
	text-align: right;
}
div.region-sidebar-second > div#block-user-login.block > div.content ul.menu,
div.region-sidebar-second > div#block-system-user-menu.block > div.content ul.menu {
	text-align: right;
}
div.region-sidebar-second > div#block-user-login.block > div.content label {
	display: inline-block;
}
div.region-sidebar-second > div#block-user-login.block > div.content a,
div.region-sidebar-second > div#block-system-user-menu.block > div.content a {
	display: inline;
	font-weight: bold;
}
div.region-sidebar-second > div#block-user-login.block > div.content a:hover,
div.region-sidebar-second > div#block-system-user-menu.block > div.content a:hover {
	background-color: transparent;
	text-decoration: underline;
	cursor: pointer;
}
div.region-sidebar-second > div#block-system-user-menu.block > div.content span#label_username {
	font-weight: bold;
}


div#comments div.comment,
div#comments div.indented {
	margin: 0;
	padding: 0 0 15px 10px;
	border-left: 2px solid #06498B !important;
}
div#comments h3 {
	margin: 0 !important;
	padding: 0;
	border-top: 1px dashed #06498B;
}
div.node-forum > div.submitted,
div#comments div.submitted {
	margin-right: 20px;
	text-align: right;
	font-size: 0.85em;
}
div.node-forum > div.submitted span.username,
div#comments div.submitted span.username {
	font-weight: bolder;
}
div.node-forum div.field-name-body > div.field-items > div.field-item,
div.node-forum div.field-name-comment-body > div.field-items > div.field-item {
	margin: 5px 10px 0 0;
	padding: 12px;
	border: 1px solid;
	border-radius: 6px;
	color: #2874A2;
}
div.node-forum div.field-name-body > div.field-items > div.field-item {
	border-color: #DBDBDB;
	background-color: #F9F9F9;
}
div.node-forum div.field-name-comment-body > div.field-items > div.field-item {
	background-color: #EAEAEA;
	border-color: #BDBDBD;
}
div#comments div.comment-unpublished {
	background-color: #FFE7E6;
	border: 2px dashed #D1837B;
}


div.layout-left ul.level1 {
	margin: 0;
}
div.layout-left ul.level1 > li {
	border-bottom: #06498B 2px solid;
}
div.layout-left ul.level1 > li:last-child {
	border-bottom: none;
}
div.layout-left ul.level1 > li.open {
}
div.layout-left ul.level1 > li > a {
	font-weight: bold;
	padding-left: 10px;
}
div.layout-left ul.level1 > li.open > a {
	color: white;
	background-color: #06498B;
}
div.layout-left ul.level1 > li.open > a:hover {
	color: #000000;
	background-color: #C9E2F8;
}
div.layout-left ul.level1 > li.home > a {
	background-image: url("../img/pic_home.gif") !important;
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
div.layout-left ul.level1 > li.home > a:hover {
	background-image: url("../img/pic_home_bkg_blue.gif") !important;
}
div.layout-left ul.level1 > li:first-child > a {
	border-top-right-radius:  9px;
}
div.layout-left ul.level1 > li:last-child > ul.level2 > li:last-child > a {
	border-bottom-right-radius: 9px;
}


div.layout-left ul.level2 {
/*	padding-left: 0;*/
}
div.layout-left ul.level2 > li {
	border-top: #AFCAE4 1px solid;
}
div.layout-left ul.level2 > li > a {
	font-weight: normal;
	background-position: 9px 6px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 28px;
}
div.layout-left ul.level2 > li.close > a {
	background-image: url("../img/menu_left_close.gif") !important;
}
div.layout-left ul.level2 > li.open > a {
	background-color: #C9E2F8;
	background-image: url("../img/menu_left_open_bkg_blue_close.gif") !important;
}
div.layout-left ul.level2 > li > a:hover {
	background-color: #C9E2F8;
	background-image: url("../img/menu_left_open_bkg_blue_close.gif") !important;
}

div.region-sidebar-second > div ul > li {
	border-bottom: #AFCAE4 1px solid;
}
div.region-sidebar-second > div ul > li > a {
	background: url("../img/arrow_03.gif") no-repeat 5px center;
	padding: 0 0 3px 15px;
}
div.region-sidebar-second > div#block-user-login.block > div.content ul,
div.region-sidebar-second > div#block-system-user-menu.block > div.content ul {
	margin: 8px 0;
	line-height: 1.5em;
}
div.region-sidebar-second > div#block-user-login.block > div.content ul > li,
div.region-sidebar-second > div#block-system-user-menu.block > div.content ul > li {
	border: none;
}
div.region-sidebar-second > div#block-user-login.block > div.content ul > li > a,
div.region-sidebar-second > div#block-system-user-menu.block > div.content ul > li > a {
	background: none;
	padding: 0;
}
div.region-sidebar-second > div.block > div.content > ul > li > a,
div.region-sidebar-second > div.block > div.content > div.item-list > ul > li > a {
	line-height: 1.3em;
	font-size: 0.85em;
	font-weight: normal;
}

.calendar-calendar .month-view table.full.calendar_Grid tr {
	margin-bottom: 5px;
	margin-left: 3px;
	border-collapse: collapse;
	color: #06498B;
	cursor: default;
}
.calendar-calendar .month-view table.full.calendar_Grid tr th,
.calendar-calendar .month-view table.full.calendar_Grid tr td {
	border: 1px solid #C9E2F8 !important;
	border-collapse: collapse !important;
	margin: 0;
	padding: 0;

	font-weight: bold;
}

div#block-system-main .calendar-calendar .month-view table.full.calendar_Grid tr th,
div#block-system-main .calendar-calendar .month-view table.full.calendar_Grid tr td {
	font-size: 1.1em;
}
div#block-system-main .calendar-calendar .month-view table.full.calendar_Grid tr td,
div#block-system-main .calendar-calendar .month-view table.full.calendar_Grid tr td > div {
	text-align: right;
	vertical-align: text-top;
}
div#block-system-main .calendar-calendar .month-view table.full.calendar_Grid tr th.days {
	width: 95px !important;
}

div#block-views-events-block .calendar-calendar .month-view table.full.calendar_Grid tr th,
div#block-views-events-block .calendar-calendar .month-view table.full.calendar_Grid tr td {
	height: 24px !important;

	line-height: 24px !important;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
}
div#block-views-events-block .calendar-calendar .month-view table.full.calendar_Grid tr th.days {
	width: 22px !important;
}
div#block-views-events-block .calendar-calendar .month-view table.full.calendar_Grid tr th > div,
div#block-views-events-block .calendar-calendar .month-view table.full.calendar_Grid tr td > div {
	width: 22px !important;
	height: 24px !important;

	line-height: 24px !important;
}

.calendar-calendar .month-view table.full.calendar_Grid tr th button {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	padding: 0;
	font-size: 0.9em;
	color: #06498B;
	font-weight: bold;
}
.calendar-calendar .month-view table.full.calendar_Grid tr th button:hover {
	cursor: pointer;
}
.calendar-calendar .month-view table.full.calendar_Grid tr th.calendar_DayHead {
	background-color: #06498B;
	color: white;
}
.calendar-calendar .month-view table.full.calendar_Grid tr td {
	background-color: white;
	color: #06498B;
}
.calendar-calendar .month-view table.full.calendar_Grid tr td.calendar_Weekend {
	background-color: #F2F6FF;
}
div#block-views-events-block div.content .calendar-calendar .month-view table.full.calendar_Grid tr td.calendar_DayIn.calendar_Clickable {
	background-image: url("../img/arrows-down.gif");
	background-repeat: no-repeat;
	background-position: -8px -6px;
	cursor: pointer;
}
.calendar-calendar .month-view table.full.calendar_Grid tr td.calendar_DayIn:hover {
	background-color: #AFCAE4;
}
div#block-views-events-block .calendar-calendar .month-view table.full.calendar_Grid tr td.calendar_DayIn:hover {
	color: white;
}
div#block-system-main .calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .month-view table.full.calendar_Grid tr td.calendar_DayIn.today {
	background-color: #C9E2F8;
}
.calendar-calendar .month-view table.full.calendar_Grid tr td.calendar_DayIn.today:hover {
	background-color: #AFCAE4;
	color: #06498B;
}
div#block-views-events-block div.content td.calendar_DayIn > div.inner > div.calendar_Window {
	margin: 0;
	width: 180px;
	min-height: 100px;
	background-color: #C9E2F8;
	border: 1px solid #027AC6;
	padding: 0;
	line-height: 1.2em;
}
div#block-views-events-block div.content td.calendar_DayIn > div.inner > div.calendar_Window div {
	background-color: transparent;
}
div#block-views-events-block div.content td.calendar_DayIn > div.inner > div.calendar_Window {
	position: absolute;
	display: none;
	z-index: 99;
}
div.calendar_Window > p {
	margin: 0;
	text-align: right
}
div.calendar_Window > p > button {
	margin: 3px;
	background: none repeat scroll 0 0 white;
	border: 1px solid #027AC6;
	padding: 0;
	font-size: 0.8em;
	color: #06498B;
	font-weight: bold;
}
div.calendar_Window > p > button:hover {
	color: #027AC6;
	cursor: pointer;
}
div.calendar_Window > ul.calendar_Event > li {
	margin: 0 10px 5px;
	border: 0 none;
}
div.calendar_Window > ul.calendar_Event > li > a {
	padding-left: 10px;
	background: url("../img/arrow_03.gif") no-repeat left 5px;
	font-size: 0.9em;
	font-weight: normal;
}
div.calendar_Window > ul.calendar_Event > li > a:hover {
	color: #027AC6;
}


div.layout-top {
	width: 984px;
	height: 2.5em;
	float: left;
	background: scroll url("../img/menu-back.gif") repeat-x left center transparent;
	border-bottom: 2px solid #BBD1E8;
	border-top: 1px solid #CCDDEE;
	font-size: 0.95em;
}
div.layout-top a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #0065A2;
}

div#block-search-form {
	float: right;
	margin: 4px 5px;
}
div#block-system-main-menu > h5 {
	display: none;
	visibility: hidden;
}
div#block-system-main-menu > div.content > ul.menu li:hover > a,
div#block-system-main-menu > div.content > ul.menu > li:hover:first-child > a {
	background-color: #0065A2;
}
div#block-system-main-menu > div.content > ul.menu > li:hover > a,
div#block-system-main-menu > div.content > ul.menu > li:hover:first-child > a {
	color: #DBE1E6;
}
div#block-system-main-menu > div.content > ul.menu,
div#block-system-main-menu > div.content > ul.menu ul {
	z-index: 1;
}
div#block-system-main-menu > div.content > ul.menu,
div#block-system-main-menu > div.content > ul.menu ul,
div#block-system-main-menu > div.content > ul.menu li {
/*	width: auto; */
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
div#block-system-main-menu > div.content > ul.menu > li {
	float: left;
}
div#block-system-main-menu > div.content > ul.menu > li > a {
	margin-bottom: 1px;
	padding: 0.5em 1em;
	font-variant: small-caps;
	text-transform: uppercase;
}
div#block-system-main-menu > div.content > ul.menu > li:first-child > a {
	background: url("../img/home.png") no-repeat scroll 5px 6px;
	padding-left: 2.5em;
}

div#block-system-main-menu > div.content > ul.menu ul,
div#block-system-main-menu > div.content > ul.menu li:hover ul {
	display: none;
	visibility: hidden;
}
div#block-system-main-menu > div.content > ul.menu ul:hover,
div#block-system-main-menu > div.content > ul.menu.rendered li:hover > ul {
	display: block;
	visibility: visible;
}

div#block-system-main-menu > div.content > ul.menu ul {
	position: relative;
	background-color: #4C6374;
	border: solid #DBE1E6;
	border-width: 0 1px 2px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
div#block-system-main-menu > div.content > ul.menu ul ul {
	border-top-width: 1px;
	border-radius: 4px;
}
div#block-system-main-menu > div.content > ul.menu ul a {
	color: #DBE1E6;
}
div#block-system-main-menu > div.content > ul.menu > li > ul > li {
	height: 2.5em;
}
div#block-system-main-menu > div.content > ul.menu ul li {
	min-height: 2.5em;
}
div#block-system-main-menu > div.content > ul.menu ul li a {
	padding: 0.4em 1.5em;
}
div#block-system-main-menu > div.content > ul.menu > li > ul > li > ul {
	top: -2.4em;
/*	width: 18em; /**/
}
div#block-system-main-menu > div.content > ul.menu > li > ul > li > ul.wide {
/*	width: 28em; /**/
}

a.internalLink,
a.externalLink,
a.internalDownload,
a.emailAddress,
a.internalLink:visited,
a.externalLink:visited,
a.internalDownload:visited,
a.emailAddress:visited {
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #333333;
}
a.internalLink,
a.externalLink,
a.emailAddress,
a.internalLink:visited,
a.externalLink:visited,
a.emailAddress:visited {
	background-position: right center;
	padding: 2px 20px 2px 0;
	color: #333333;
}
a.internalDownload,
a.internalDownload:visited {
	border: 1px solid #0065A2;
	border-radius: 3px;
	background-color: #AFCAE4;
	background-position: right 6px center;
	padding: 3px 28px 3px 6px;
	text-decoration: none;
}
span > a.internalDownload {
	margin-left: 10px;
}
a.internalLink:hover,
a.externalLink:hover,
a.internalDownload:hover,
a.emailAddress:hover {
	color: #555555;
}
a.internalDownload:hover {
	border-color: #027AC6;
	background-color: #C9E2F8;
}
a.internalLink {
	background-image: url("../img/link.png");
}
a.externalLink {
	background-image: url("../img/globe.png");
}
a.internalDownload {
	background-image: url("../img/download.png");
}
a.emailAddress {
	background-image: url("../img/email_message.png");
}
a.fileTypePdf {
	background-image: url("../img/f_pdf_16.gif");
}
a.fileTypeDoc {
	background-image: url("../img/f_word_16.gif");
}
a.fileTypePpt {
	background-image: url("../img/f_ppt8_16.gif");
}

div.protectedContent,
span.protectedContent,
p.protectedContent,
div#content > div.content > ul > li.protectedContent,
div#block-system-main-menu > div.content > ul.menu > li.protectedContent,
div#block-system-main-menu > div.content > ul.menu > li > ul > li.protectedContent,
div#block-system-main-menu > div.content > ul.menu > li > ul > li > ul > li.protectedContent {
	display: none;
	visibility: hidden;
}
/*
div#block-system-main-menu > div.content > ul.menu > li.unlockedContent > a,
div#block-system-main-menu > div.content > ul.menu > li.unlockedContent > ul > li > a,
div#block-system-main-menu > div.content > ul.menu > li > ul > li.unlockedContent > a,
div#block-system-main-menu > div.content > ul.menu > li.unlockedContent > ul > li > ul > li > a,
div#block-system-main-menu > div.content > ul.menu > li > ul > li.unlockedContent > ul > li > a,
div#block-system-main-menu > div.content > ul.menu > li > ul > li > ul > li.unlockedContent > a {
	background-image: url("../img/openlock.png");
	background-position: right 8px center;
	background-repeat: no-repeat;
	padding-right: 2.5em;
}
div#content > div.content > ul > li.unlockedContent {
	background-image: url("../img/openlock.png");
	background-position: 130px center;
	background-repeat: no-repeat;
}
*/

#content table {
	margin: 15px 0;
	border-collapse: collapse;
}
#content td,
#content th {
	border: 1px solid #AFCAE4;
	padding: 0.3em 0.5em;
}
#content tr:first-child th,
#content tr:first-child td {
	border-top: 0;
}
#content tr:last-child th,
#content tr:last-child td {
	border-bottom: 0;
}
#content th:first-child,
#content td:first-child {
	border-left: 0;
}
#content th:last-child,
#content td:last-child {
	border-right: 0;
}

th {
	vertical-align: middle;
}
th.columnTime {
	width: 5em;
	text-align: center;
}
th.columnLead {
	width: 10em;
	text-align: center;
}

td {
	vertical-align: top;
}
td.columnTime {
	text-align: center;
}
td.columnLead {
	text-align: center;
}

div#content > div.content img {
	max-width: 650px;
}


#content table.meetingAgenda td.sessionDelimiter {
	background-color: #C9E2F8;
	text-align: center;
}
#content table.meetingAgenda ol {
	list-style-type: lower-roman;
}
#content table.meetingAgenda li {
	font-style: italic;
}

div#content > div.content li {
	margin: 7px 0 5px;
}

div#content > div.content > ol > li > ol > li {
	list-style-type: lower-alpha;
}

span.personalFunction {
	font-style: italic;
}
div#content > div.content ul.groupMembers_administratorsList,
div#content > div.content ul.membersContact_membersList,
div#content > div.content ul.membersContact_contactsList,
div#content > div.content ul.groupMembers_authoritiesList {
	list-style-type: none;
	padding: 0;
}
div#content > div.content ul.groupMembers_administratorsList {
	margin-bottom: 35px;
}
div#content > div.content ul.membersContact_contactsList {
	margin-top: 5px;
}
div#content > div.content ul.groupMembers_administratorsList > li {
	margin-bottom: 25px;
}
div#content > div.content ul.membersContact_membersList > li {
	margin: 0;
	font-weight: bold;
}
div#content > div.content ul.membersContact_contactsList > li {
	margin-top: 4px;
}
div#content > div.content ul.groupMembers_authoritiesList > li {
	margin-bottom: 15px;
	font-style: italic;
}


a.editLink {
	background-color: #ddd;
	border: solid 1px #bbb;
	height: auto;
	padding: 0 1em;
	text-decoration: none;
}
a.editLink:hover {
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
}


div#accidentReport label {
	display: inline;
	font-weight: normal;
}

.ui-widget-content.AnyTime-win.AnyTime-pkr {
	z-index: 100;
	background-image: none;
}
.AnyTime-pkr .AnyTime-body .AnyTime-cur-btn {
	color: #336699;
}
/*Author: cavesje	Date: 20160301*/
#block-views-news-block > div.content > ul > li > a {
	color: white;
	/* author: cavesje date:20170925 */
	/* font-size: 12px; */
	font-size: 16px;
	/* background-color: chartreuse; */
	/* background-color: darkcyan; */
	/* background-color: mediumblue; */
	background-color: #074A8B;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}

#block-views-news-block > h5 {
	color: red;
	font-weight: bold;
}

#block-views-news-block {
	border-color: red !important;
}

/*author: cavesje date:20180220 */
.tbl-euoag-tools {
   border-radius: 5px;
   width: 50%;
   margin: 0px auto !important;
   float: none;
}
.btn-euoag-tools {
  /*background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);*/
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 40px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-euoag-tools:hover {
  /*background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
  text-decoration: none;
}

