.columns-col-2 {
	width: 20%;
}

.columns-col-10 {
	width: 78%;
}

.columns-col-5 {
	width: 39%;
}


h2 {
  margin-bottom: 50px;
}

.tablecontainer {
  text-align: center;
  overflow: hidden;
  width: 1170px;
  margin: 0 auto;
}

.tablecontainer table {
  width: 100%;
}

.tablecontainer td, .tablecontainer th {
  padding: 10px;
}

.tablecontainer td:first-child, .tablecontainer th:first-child {
  padding-left: 20px;
}

.tablecontainer td:last-child, .tablecontainer th:last-child {
  padding-right: 20px;
}

.container th {
  border-bottom: 1px solid #ddd;
  position: relative;
}

select {
    width: 30%;
    line-height: 28px;
    padding: 0 0 0 10px;
    border: 1px solid #047a87;
    color: inherit;
}


.select-table-filter select{  background: transparent;
   font-size:7pt;
   color:grey;
   border: 0;
   border-radius: 0;
   height: 28px;
   -webkit-appearance: none;
   }

input[type="text"] {
    color: #000;
    width:100%;
        border: 1px solid #047a87;
}

input[type="email"] {
    color: #000;
    width:100%;
        border: 1px solid #047a87;
}


.select_join {
   overflow: hidden;
   background: url('http://s24.postimg.org/lyhytocf5/dropdown.png') no-repeat right #FEFEFE;
   border: #047a87 1px solid;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 10px 1px #FEFEFE;
box-shadow: inset 0px 0px 10px 1px #FEFEFE;
   }
   
   
.select_join select {
  
   background: transparent;
   width: 170px;
   font-size:14px;
   color:#000;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
       height: 28px;
   }
   
   .select_join select:focus {
    outline: none;
}

.centerthis {
    width: 31.5%;
    margin:0 auto;
    display:block
}

@media screen and (max-width: 768px) {
	.centerthis {
		width: 100%;
	}
	
	.columns-col-10, .columns-col-2, .columns-col-5 {
	    width: 100%;
	    float: none;
	}
	
	#searchclear2 {
	    margin: 0 auto;
	    display: block;
	}
	
	#searchclear {
	   	margin: 0 auto;
	    display: block; 
	    width:100%;
	}
}

.googleforms {
    width: 1170px;
    height: 1080px;
    
}

@media screen and (max-width: 768px) {
    
    .googleforms {
    width: 100%;
    height: 1080px;
    
}

}

