table .header-fixed {
  position: fixed;
  top: 40px;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
thead {
  background-color: #eaeaea;
}
tbody {
  background-color: #fcfcfc;
}

/* Media queries */

@media screen and (max-width: 52.375em) {

.table,.punta {
   font-size:8px;
}

div {
   font-size:10px;
}

i.icon_set_1_icon-34 {
   font-size:12px;
   font-weight:bold;	
}

.form-control{
 height:30px;
 font-size:11px;	
}

a.btn_1,input.btn_1 {
   font-size:8px;
   text-transform: none;
   padding: 4px 4px;
}

#single_tour_desc h3 {
   font-size:16px;	
}

input::placeholder {
  color: red;
}

}