
p{
    text-align : left;
    font-size : 1.4em;
}

.post-type-content h2{
    padding-bottom : 15px;

}

table{
    max-width : 800px;
    width : 80%;
    margin : 0;
    padding : 0;
    font-size : 2em;

}

th{
    background-color: #aaa;
    font-size : 1.3em;
}

 td{
    font-size : 1.3em;
}


.post-type-content table th{

    width : 20%;
    
    }

.font-bold{
    font-weight: bold;
}


#map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#map iframe {
  width: 100%;
  height: 860px;
  margin-top: -170px;
}