/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 24, 2017, 3:19:06 PM
    Author     : samut
*/
section {
    position: relative;
    clear: left;
    width: 650px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
    /*border: 1px solid green;*/
}
section div.contacts {
    width: 370px;
    margin-right: 20px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: white;
}

section div.contacts,div.img,div.map,div#map {
    border: 1px solid #717E00;
}
section div.img {
    position: absolute;
    right: 0px;
    width: 264px;
    
}

article {
    width: 370px;
    height: 1.5em;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background-color: #717E00;
}

table {
    
    padding: 10px;
    text-align: left;

}

tr {
    height: 49px;
}

table th {
    width: 110px;
    text-align: right;
}
/* Style all font awesome icons */
/*
.fa {
    padding: 1px;
    font-size: 1.2em;
    width: 24px;
    height: 24px;
    text-align: center;
    text-decoration: none;
}
*/

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}


