body{
    background-color: #f5f5f5;
}

#contact-us {
    font-size: 20px;
    margin-top: 50px;
    height: 1200px;
}

#contact-us table {
    width: 1000px;
    height: 800px;
    text-align:center;
    border-collapse: collapse;
}

#contact-us table tr th, #contact-us table tr td{
    border: 1px solid lightgray;
}

#contact-us table tr:nth-child(3) td:nth-child(1),
    #contact-us table tr:nth-child(3) td:nth-child(2),
    #contact-us table tr:nth-child(3) td:nth-child(3),
    #contact-us table tr:nth-child(5) td:nth-child(1),
    #contact-us table tr:nth-child(5) td:nth-child(2),
    #contact-us table tr:nth-child(5) td:nth-child(3)
{
    border-bottom: none;
}

#contact-us table tr:nth-child(4) td:nth-child(1),
    #contact-us table tr:nth-child(4) td:nth-child(2),
    #contact-us table tr:nth-child(4) td:nth-child(3),
    #contact-us table tr:nth-child(6) td:nth-child(1),
    #contact-us table tr:nth-child(6) td:nth-child(2),
    #contact-us table tr:nth-child(6) td:nth-child(3)
{
    border-top: none;
}

#contact-us table img {
    width: 200px;
    height: 200px;
}

/*#contact-us > span > img.small{*/
/*    width: 100px;*/
/*    height: auto;*/
/*    position: relative;*/
/*}*/

/*#contact-us > span > img.big {*/
/*    width: 400px;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    display: none;*/
/*}*/

/*#contact-us > span:hover img.small {*/
/*    box-shadow: 2px 2px 4px grey;*/
/*    transform: translate(0, -2px);*/
/*    transition-duration: 0.2s;*/
/*}*/

/*#contact-us > span:hover img.big {*/
/*    display: block;*/
/*    left: 350px;*/
/*    top: 200px;*/
/*    box-shadow: 8px 8px 14px grey;*/
/*}*/

