body { font: normal 10pt Helvetica, Arial; }
#map { width: 90%; height: 640px; border: 0px; margin: 25px 4%; padding: 0px; }
#placeInfo, #provList { display: inline-block;}
#status { display: inline-block; margin-left: 10px;color: blue;}
#resetButton { display: inline-block;}
.row {padding-bottom: 5px;}
.fieldName, .fieldInfo {display: inline-block;}
.fieldInfo {white-space: pre-wrap;}
.fieldName, .fieldName2, .fieldName3 {font-weight: bold; width: 225px;}
.large .fieldName {width: 100%; padding-top: 6px;}
.fieldName2, .fieldName3 {font-weight: bold;}
.airportimage {    margin-right: 20px;}
#feedback{display: inline-block;  margin: 20px;}

#placestofly, .placestofly {	margin: 0 60px !important;}
#placestofly h2, #placestofly h3 {
    color: #fff;
    border-bottom: 1px solid #2b2d77;
    background-color: #2b2d77;
    padding: 10px 0 0px 20px;
    border-radius: 0.2em;
}

#placestofly table td {
    border: 0px solid #ededed;
    padding: 2px 8px;
    font-family: Helvetica, Arial;
    font-size: 1em;
}
#placestofly .section{
  background-color: #fff;
}
/* #placestofly table tr:nth-child(even) {color: #030303;} */

#placestofly ul li {	display: inline-block;}

#placestofly a, .link2 {color: #57c1e8; font-weight:bold; font-spacing:1px !important;}

.success {font-style: italic; color: green; border: 1px dashed #cccccc; padding: 10px; margin: 0 60px 60px 60px;}
.error {font-style: italic; color: #BC0000; border: 1px dashed #cccccc; padding: 10px; margin: 0 60px 60px 60px;}

@media (max-width:768px){
    #placestofly, .placestofly {
        margin: 0 10px !important;
    }
    .fieldName, .fieldName2, .fieldName3 {
      width: 100%;
      padding-left: 10px;
    }
    .fieldInfo {width: 100%; padding-left: 20px;}

    .td-page-content, .td-post-content, .wpb_text_column, .td_block_text_with_title, .woocommerce #tab-description, .mce-content-body, p {
      font-size: 12px;
    }
    h2 {font-size: 16px;}
    h2 {font-size: 14px;}
    #placestofly select {width: 400px;}
}

@media (max-width:480px){
  #placestofly select {width: 300px;}
}
