﻿body {
    font-family: "Lato", sans-serif
}

#services_table td {
    padding-left: 5px;
    padding-right: 5px;
    border: solid thin white;
    border-collapse: collapse;
}

.divemailformresult {
    text-align: center;    
    font-weight: bold;
    display: none;
}

.divemailformvalidationresult {
    text-align: center;
    color: #7d060a;
    display: none;
}

#imageme {
    max-width: 50%;
    display: inline-block;
}


@media only screen and (max-width: 600px) {
    #services_table {
        margin-left: auto;
        margin-right: auto;
        font-size: 8pt;
    }

    #imageme {
        max-width: 100%;
    }
}

#demolinks {
    /*border: solid thin black;*/
}

.demolink{
    background-color: black;
    color: white;
    width: 250px;
    margin: auto;
}