a:link {
	color: #2D87E2;
}
a:visited {
	color: #2D87E2;
}
a:hover {
	color: #2D87E2;
}
a:active {
	color: #2D87E2;
} 
body {		
	padding: 0;
	margin: 0; 
	overflow:hidden;
	font-family: Arial;
}
.ol-control button {
    cursor: pointer;
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 20px !important;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 32px !important;
    width: 32px !important;
    line-height: .4em;
    background-color: #2D87E2;
	opacity: 0.5;
    border: none;
    border-radius: 2px;
}
.sliderText {
	padding-left: 10%;
    padding-right: 10%;
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 3em;
    color: white;
    vertical-align: middle;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.sliderTextContainer {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
.sliderTextContainer2 {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background: #000000;
	opacity: 0.2;
}
#pageContainer {
	height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
#headerContainer {
    position:fixed;
	top:0px;
	left:0px;
    /*height: 100px;*/
    width: 100%;
	/*min-width: 1050px;*/
	background: rgba(255,255,255,1);
    z-index: 3;
}
#mapContent {
    position:absolute;
	top:100px;
	left:0px;
    height: 550px;
    width: 100%;
    background: rgba(255,255,255,1);
	border-bottom: 2px solid #2D87E2;
    Border-top: 2px solid #2D87E2;
}
#leftWindowContainer {
    float: left;
    height: 550px;
    width: 300px;
	min-width:300px;
	font-family: Rubik;
}
#RightWindowContainer {
	float: left;
    height: 100%;
	display:block;
	overflow: hidden;
}

#mapDivider {
	float: left;
    height: 100%;
    width: 2px;
    background-color: #2D87E2;
	display:none;
}
#mapContainter {
	float: left;
    height: 100%;
    width: 66%;
	display:block;
}
#map_blank {
	position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 2;
}
#map{
    height: 100%;
    width: 100%;	
}
#sideBar {
	position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 40px;
    background: #FFFFFF;
    z-index: 1;
}

#searchContainer {
    float: left;
    width: 100%;
	height: 100%;
	overflow: hidden;
	display:none;
	padding:10px;
}
#textContainer {
	top: 1300px;
    position: absolute;
    width: 100%;
	text-align: center;
}
.searchResult {
	cursor:pointer;
	float:left;
	width:225px;
	padding: 5px;
}
.searchResult:hover {
	box-shadow: inset 0px 0px 3px 2px #7f9dc5;
}
.mapButton {
	cursor: pointer;
	width: 22px;	
	height: 22px;
	margin-left: 9px;
    margin-top: 9px;
}
#coordinates {
	cursor: pointer;
    position: absolute;
    bottom: 0px;
	right: 43px;
    display: block;
    font-family: Arial;
    font-size: 1.0em !important;
	text-shadow: -1px 0 #c9c9c9, 0 1px #c9c9c9, 1px 0 #c9c9c9, 0 -1px #c9c9c9;
}
#mapInfoWindow {
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 1;
    display: block;
    font-family: Arial;
    font-size: 1.0em;
	background-color: #FFFFFF;
	opacity: 0.8;	
	min-width: 10px;
	min-height: 10px;
	display:none;
	padding: 10px;
}
#mapInfoWindowLegend {
	display:none;
}
#mapInfoWindowLayerSwitcher {
	display:none;
}
#google-map {
	display:none;
    position: absolute;
    top: 0px;
    width: calc(100% - 300px);
    height: 100%;
    z-index: 2;
}
.searchTitle {
	font-size: 13px;
	font-weight: bold;
}
.ol-scale-line {
    background-color: #2D87E2;
	opacity: 0.5;
    border-radius: 4px;
    bottom: 5px;
    left: 90px;
    padding: 2px;
    position: absolute;

}
.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
	font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}
.ol-attribution {
    display: none;
}
#searchBox {
	background-color: rgba(255,255,255,0.8);
	-o-transition:background 0.5s ease-in;
	-ms-transition:background 0.5s ease-in;
	-moz-transition:background 0.5s ease-in;
	-webkit-transition:background 0.5s ease-in;
	transition:background 0.5s ease-in;
	width:100%;
	height:2em;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #2D87E2;
}
#searchBox:hover{
	background-color: rgba(255,255,255,1.0);
	-o-transition:background 0.5s ease-in;
	-ms-transition:background 0.5s ease-in;
	-moz-transition:background 0.5s ease-in;
	-webkit-transition:background 0.5s ease-in;
	transition:background 0.5s ease-in;
}
.ol-popup {
	cursor: default;
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 14px;
	line-height: normal;
	font-family: Arial;
	text-decoration: none;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 120%;
    padding: 0 4px;
    color: #FFFFFF;
    text-decoration: none;
	cursor: pointer;
}
.ol-popup-closer:hover {
    color: rgba(232, 232, 232, 1);
}
.ol-popup-closer:after {
    content: "\2716";
}
.ol-popup-content {
	max-height: 500px;
	overflow-y: auto;
}
.gm-style {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: normal;
    font-family: Arial;
    text-decoration: none;
}
#UserArea {
	z-index: 2;
	position: absolute;
	left:0px;
	top:140px;
	width:100%;
	height:100%;
	background-color: white;
}
.menuText {
	cursor: pointer;
    padding: 33px 12px 0px 12px;
    font-family: Arial;
    font-size: 20px;
    /* letter-spacing: 2px; */
    word-spacing: 2px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
    /* font-variant: small-caps; */
    /* text-transform: none; */
}
.menuText:hover{
	text-decoration: underline;
}
.menuText2 {
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    font-family: Arial;
    font-size: 16px;
    word-spacing: 2px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
    box-shadow: inset 0px 0px 0px 1px #7f9dc5;
}
.menuText2:hover{
	text-decoration: underline;
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

div.gallery {
    margin: 5px;
    border: 0px solid #354CAB;

    float: left;
    width: 300px;
    height: 280px;
    overflow:hidden;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}


		#and-tab-top-bar {
			text-align: left;
			background: #222;
			position: relative;
			zoom: 1;
			width: 100% !important;
			z-index: 6000;
			padding: 20px 0 20px;
		}
		#and-tab-bar-inside {
			width: 960px;
			margin: 0 auto;
			position: relative;
			overflow: hidden;
		}
		#and-tab-bar-buttons {
			padding-top: 10px;
			float: right;
		}
		#and-tab-bar-buttons a {
			font-size: 12px;
			margin-left: 20px;
			color: white;
			margin: 2px 0;
			text-decoration: none;
			font: 14px "Lucida Grande", Sans-Serif !important;
		}
		#and-tab-bar-buttons a:hover,
		#and-tab-bar-buttons a:focus {
			text-decoration: underline;
		}
		#and-tab-bar-badge {
			display: inline-block;
			width: 302px;
			padding: 0 !important;
			margin: 0 !important;
			background-color: transparent !important;
		}
		#and-tab-bar-badge a {
			display: block;
			width: 100%;
			height: 38px;
			border-radius: 0;
			bottom: auto;
			margin: 0;
			background: url(/images/examples-logo.png) no-repeat;
			background-size: 100%;
			overflow: hidden;
			text-indent: -9999px;
		}
		#and-tab-bar-badge:before, #and-tab-bar-badge:after {
			display: none !important;
		}
		.tabrow {
		    text-align: left;
			list-style: none;
			margin: -9px 0px 0px 0px;
			padding: 9px 0px 0px 8px;
			line-height: 24px;
			height: 26px;
			overflow: hidden;
			font-size: 12px;
			font-family: verdana;
			position: relative;
		}
		.tabrow li {
		    border: 1px solid #AAA;
		    background: #D1D1D1;
		    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    display: inline-block;
		    position: relative;
		    z-index: 0;
		    border-top-left-radius: 6px;
		    border-top-right-radius: 6px;
		    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
		    text-shadow: 0 1px #FFF;
		    margin: 0 -5px;
		    padding: 0 20px;
		}
		.tabrow a {
			  color: #555;
			  text-decoration: none;
		}
		.tabrow li.selected {
		    background: #FFF;
		    color: #333;
		    z-index: 2;
		    border-bottom-color: #FFF;
		}
		.tabrow:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #AAA;
		    z-index: 1;
		}
		.tabrow li:before,
		.tabrow li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		.tabrow li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}
		
.defaultButton {
   cursor: pointer;
   border-top: 1px solid #96d1f8;

   padding: 8px 8px 6px 8px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11pt;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   outline:none;
   border: 0;
   margin-top: -4px;
   }
.defaultButton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #fff;
   }
.defaultButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
}
.ui-slider .ui-slider-handle {
    padding-top: 3px !important;
    width: 2em !important;
    height: 1.1em !important;
	text-align: center;
}

.chosen-container {
	margin-top: -2px;
}
.chosen-container-single .chosen-single {
	padding: 4px 0px 0 10px !important;
    height: 31px !important;
	border: 1px solid #2D87E2 !important;
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
}
.hoverUnderline:hover {
	text-decoration: underline;
}
.hoverUnderline {
	cursor: pointer;
	margin-left: 20px;
	margin-right: 20px;
}
.hoverUnderline2:hover {
	text-decoration: underline;
}
.hoverUnderline2 {
	text-decoration:none;
	color: #2D87E2;
}
.capitalize {
	display: block;
	font-weight:500;
	float: left;
    clear: left;
}
.capitalize:first-letter {
	text-transform: uppercase;
}
#galleryContainer1 {
    position: relative;
    width: 100%;
    height: auto;
	text-align: center;
	padding: 0px 20px 20px 20px;
}
#galleryContainer1Title {
    position: relative;
    height: auto;
    font-family: Rubik;
    font-size: 3.0rem;
    font-weight: 300;
    padding: 20px 20px 0px 20px;
}

.galleryContainer1Row {
	display: inline-block;
}
.galleryContainer1Object {
    height: 387px;
    width: 255px;
	padding: 20px 10px 20px 10px;
	cursor: pointer;
	display: inline-block;
}
.galleryContainer1ObjectImage {
    height: 319px;
    width: 255px;
}
.galleryContainer1ObjectImage img{
    height: 100%;
}
.galleryContainer1ObjectText {
	background: #efefef;
    text-align: center;
    padding: 25px 0px 25px 0px;
    font-size: 1.5rem;
	font-family: Rubik;
}

#galleryContainer2 {
    position: relative;
    width: calc(100% - 40px);
    height: auto;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
.galleryContainer2Row {
	display: inline-block;
	padding-top: 5px;
}
.galleryContainer2Object {
    height: 320px;
    width: 338px;
	padding: 20px 10px 20px 10px;
	display: inline-block;
}
.galleryContainer2ObjectImage {
    height: 173.5px;
    width: 338px;
}
.galleryContainer2ObjectImage img{
    height: 100%;
}
.galleryContainer2ObjectText1 {
    text-align: left;
    padding: 15px 0px 15px 0px;
	font-weight: 500;
	font-family: Rubik;
}
.galleryContainer2ObjectText2 {
    text-align: left;
	color: #767676;
	font-family: Rubik;
	line-height: 24px;
	height: 115px;
    width: 100%;
    overflow: hidden;
}
.chosen-container {
    float: left !important;
    margin: 0 !important;
}
.ui-autocomplete { 
	max-height: 200px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}

.button_register {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 2px;
	line-height: 2px;
	color: #FFFFFF;
	font-family: Arial;
	width: 70px;
	font-size: 15px;
	font-weight: bold;
	padding: 14px 5px 14px 5px;
	background-color: #2D87E6;
	box-shadow: 1px 1px 3px 0px #000000;
	-webkit-box-shadow: 1px 1px 3px 0px #000000;
	-moz-box-shadow: 1px 1px 3px 0px #000000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #337FED 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.button_register:hover {
	border: solid #337FED 1px;
	background: #1E62D0;
	background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
}
.button_register:focus {
  outline: none;
}
#lp_form {
	font-family: Arial;
	font-size: 17px;
	color: #727272;
}
#lp_form input{
	border: 1px solid #2D87E2;
}
.user_register_form_padding_bottom {
	padding-bottom:10px;
}
.user_register_form_field  {
    height: 30px;
    width: calc(100% - 17px);
    padding: 0px 7px 0px 7px;
    font-size: 15px;
    border: 1px solid #2D87E2;
}
.user_register_form_field:focus {
  outline: none;
  box-shadow: none;
}
#modalCloser {
	float: right;
    font-size: 120%;
    padding: 0 4px;
    color: #7f9dc5;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
}
#modalCloser:hover {
    color: rgba(79, 121, 176, 1);
}
#modalCloser:after {
    content: "\2716";
}
.modal {
	display:none;
}
.epl_imgCloser {
    position: absolute;
    right: 2px;
    top: -5px;
    font-size: 120%;
    color: #7f9dc5;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
}
.epl_imgCloser:hover {
    color: rgba(79, 121, 176, 1);
}
.epl_imgCloser:after {
    content: "\2716";
}
.epl_form_label {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.epl_form_label2 {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.epl_form_input{
    flex: 1;
    margin-left: 10px;
    padding: 8px;
    height: 17px;
    font-size: 15px;
}

select:disabled {
    color: black !important;
    opacity: 1 !important;
    border-color: rgba(118, 118, 118, 1.0) !important;
}
textarea:disabled {
    color: black !important;
    opacity: 1 !important;
    background-color: white;
    border-color: rgba(118, 118, 118, 1.0) !important;
}
.epl_form_label2 textarea {
    resize: none;
    font-size: 15px;
    font-family: Arial;
    padding: 8px;
    max-height: 400px;
}
input:disabled {
    color: black !important;
    opacity: 1 !important;
    background-color: white;
    border: 1px solid rgb(118, 118, 118) !important;
}



select[multiple] {
  padding: 8px 16px;
  height:auto;
}
select[multiple] option {
  font-size: 15px;
  padding: 8px 8px 8px 28px;
  position: relative;
  color: #999;
}
select[multiple] option:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  z-index: 1;
}
select[multiple] option:checked:after {
  content: attr(value);
  background: #fff;
  color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 8px 8px 8px 28px;
  border: none;
}
select[multiple] option:checked:before {
  border-color: #297dd3;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC42MSA4LjQ4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzNlODhmYTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDg8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJfMSIgZGF0YS1uYW1lPSIxIj48cmVjdCBjbGFzcz0iY2xzLTEiIHg9Ii0wLjAzIiB5PSI1LjAxIiB3aWR0aD0iNSIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ljk3IDAuMDEpIHJvdGF0ZSg0NSkiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjUuMzYiIHk9Ii0wLjc2IiB3aWR0aD0iMiIgaGVpZ2h0PSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC44NiAtMy4yNikgcm90YXRlKDQ1KSIvPjwvZz48L2c+PC9zdmc+);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
select[multiple] {
    overflow-y: hidden;
}
legend {
    font-size:110%;
}
fieldset {
    margin-top: 20px;
    border-color: #ececec;
}
input .epl_form_input {

}
select:not([multiple]){
    font-size: 15px;
    padding: 8px;
    margin-left:10px;
}

select:focus {
  outline: none;
}
input:focus {
    outline: 0px solid #297dd3;
    border: 2px solid #297dd3;
}
textarea:focus {
    outline: 0px solid #297dd3;
    border: 2px solid #297dd3;
}

table.user_administration_table {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  max-width: 800px;
  text-align: left;
  border-collapse: collapse;
}
table.user_administration_table td, table.user_administration_table th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.user_administration_table tbody td {
  font-size: 13px;
}
table.user_administration_table tr:nth-child(even) {
  background: #D0E4F5;
}
table.user_administration_table thead {
  background: #48A0FF;
  background: -moz-linear-gradient(top, #76b8ff 0%, #5aa9ff 66%, #48A0FF 100%);
  background: -webkit-linear-gradient(top, #76b8ff 0%, #5aa9ff 66%, #48A0FF 100%);
  background: linear-gradient(to bottom, #76b8ff 0%, #5aa9ff 66%, #48A0FF 100%);
  border-bottom: 2px solid #444444;
}
table.user_administration_table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.user_administration_table thead th:first-child {
  border-left: none;
}

table.user_administration_table tfoot td {
  font-size: 14px;
}
table.user_administration_table tfoot .links {
  text-align: right;
}
table.user_administration_table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
button {
    cursor:pointer;
}
.footer-items {
    display: inline-block;
    font-size: 100%;
    padding-left:20px;
    cursor:pointer;
}
.footer-items:hover {
    text-decoration: underline;
}