#mapfacilities { position: relative;
                 top: 0px;
                 left: 0px;
                 width: 100%;
                 height: auto;
                 background: transparent;
               }

.mapfaclabel { display: block;
               color: #fff;
               font-size: 1.1em;
               font-weight: bold;
               background: #5c92a0;
               border-bottom: 1px #000 solid;
               padding: 2px 2px 2px 12px;
             }

#numfacloco { position: relative;
              top: 0px;
              left: 0px;
              width: 100%;
	          text-align: center;
              background: transparent;
            }

#findfacilities { position: relative;
               top: 0px;
               left: 0px;
               display: table;
               width: 100%;
               height: 300px;
               background-color: transparent;
               padding-bottom: 40px;
             }
#keyfac { position: relative;
            top: 0px;
            left: 0px;
            width: 14%;
            height: 300px;
            background-color: transparent;
            padding-right: 1%;
            vertical-align: top;
            display: table-cell;
           }
#mapfac { position: relative;
            top: 0px;
            left: 0px;
            width: 49%;
            height: 300px;
            background-color: transparent;
            padding-right: 1%;
            vertical-align: top;
            display: table-cell;
           }
#frmfac { position: relative;
            top: 0px;
            left: 0px;
            width: 24%;
            height: 300px;
            background-color: transparent;
            padding-right: 1%;
            vertical-align: top;
            display: table-cell;
           }

#keyfac ul { width: 100%; list-style: none; background: transparent; margin: 0px;  padding: 0px; display:inline-block; background: transparent; }
#keyfac ul li { position: relative; width: 96%; padding: 1%; margin: 1%; list-style: none; background: transparent; }

#chkfacility ul { width: 100%; list-style: none; background: transparent; margin: 0px;  padding: 0px; display:inline-block; background: transparent; }
#chkfacility ul li { position: relative; float: left; width: 48%; padding: 1%; list-style: none; cursor: pointer; background: transparent; }

input[type=submit] { background: #5c92a0;
                     border: 1px #ddd solid;
                     color: #ffffff;
                     font-weight: bold;
                     letter-spacing: 2px;
                     padding: 6px 20px 6px 20px;
                     margin-top: 0px;
                     cursor:pointer;
                     -webkit-border-radius: 5px;
                     border-radius: 5px;
                   }
input[type=submit]:hover { background: #E18533; }

@media screen and (max-width: 800px) {
   #findfacilities { background: transparent; }
   #keyfac ul li { position: relative; width: 31.33%; padding: 0.5%; margin: 0.2%; float: left; }
   #keyfac { position: relative; display: inline; float: none; width: 100%; }
   #mapfac { position: relative; display: inline; float: none; width: 100%; }
   #frmfac { position: relative; display: inline; float: none; width: 100%; }
}
