.social {
  float:right;
}

.search {
  float:right;
}


.logo img {
    max-width: 100%;
}

@media (max-width: 768px) {
	.logo p {
    	text-align: center;
	}

	.logo img {
    	max-width: 100%;
    	margin: auto;
	}
	.social {
    	float: none;
    	width: 100%;
    	margin: auto;
	}
	.social p {
    	text-align: center;
	}
	.search {
    	float: none;
    	width: fit-content;
    	margin: auto;
	}

}

td.acyfield_text {
    text-align: center;
}

td.acysubbuttons {
    text-align: center;
}

.hide {
  display:none;
}


#rstpl-footer-container {
   background-image: url(/images/rstpl-footer-better.png);
}

.item-page-regtbl table td {
    border: 1px solid lightgrey;
    border-collapse: collapse;
}

.item-page-regtbl td {
    padding:4px;
    text-align:center;
}

.item-page-regtbl thead tr {
	background-color: steelblue;
    color:white;
}
.item-page-regtbl tbody td:nth-child(1) {
	background-color: cornflowerblue;
    color:white;
    
}

.item-page-regtbl tbody td:nth-child(n+3) {
	background-color: lavender;
    color:black;
}

.item-page-regtbl tbody td:nth-last-of-type(1) {
	background-color: steelblue;
	color:black;
}


.item-page-regtbl tbody tr:hover { 
  background-color: lightblue;
}

.item-page-regtbl tbody tr:hover td { 
  background: transparent;
}

.item-page-regtbl H2 {
  font-size: 30px;
  margin-bottom:10px;
}

.item-page-regtbl H3 {
  font-size: 24px;
  margin-bottom:4px;
  margin-top:20px;
  color:steelblue;
  font-weight:bold;
}

.item-page-fleets table td {
    border: 1px solid lightgrey;
    border-collapse: collapse;
}

.item-page-fleets td {
    padding:4px;
    text-align:center;
}

.item-page-fleets thead tr {
	background-color: steelblue;
    color:white;
}
.item-page-fleets tbody td:nth-child(1) {
	background-color: cornflowerblue;
    color:white;
    
}

.item-page-fleets tbody td:nth-child(n+3) {
	background-color: lavender;
    color:black;
}

.item-page-fleets tbody td:nth-child(n+4) {
	background-color: lavender;
    color:black;
}

.item-page-fleets tbody tr:hover { 
  background-color: lightblue;
}

.item-page-fleets tbody tr:hover td { 
  background: transparent;
}

.item-page-fleets H2 {
  font-size: 30px;
  margin-bottom:10px;
}

.item-page-fleets H3 {
  font-size: 24px;
  margin-bottom:10px;
  margin-top:20px;
  color:steelblue;
  font-weight:bold;
}




ul.mod-menu.mod-list.nav.metismenu {
    margin: auto;
}

input.btn.btn-primary.button.subbutton {
    background-color: #3994d1;
}

input.btn.btn-primary.button.subbutton:hover {
    background-color: #0e2a51;
}

h3.page-header.item-title {
    margin-bottom: 10px;
}


/*
a.nav-linkmenuinfo {
    position: relative;
    display: inline-block;
    text-decoration:none;

}
  
a.nav-linkmenuinfo[popup]:hover::after {
    content: attr(popup);
    color:black;
    opacity:1;
    background-color:cornflowerblue;
    padding:4px;
    position: absolute;
    top: 40px;
    left: 20px;
    width: 200px;
    z-index:10;
}
*/
  

