﻿section {
    width: 100%;
    max-width: 800px;
    clear: both;
    margin: 0 auto;
    font-weight: 400;
    font-style:normal;
    font-size:0.975em;
    margin-top:1em;
}
#module_landing_links_wrapper {
    width:42%;
    float:left;
    clear:left;
    padding:1em;

}
#module_landing_wrapper,
#module_login_wrapper {
    width:55%;
    float:right;
    clear:right;
    padding:1em;
}
#module_google {
    width:42%;
    float:left;
    clear:left;
    padding:1em;
}
#module_landing_links a {
    color:blue;
}
li {
   list-style:none;
   margin-bottom:.35em; 
}
.heading {
    font-weight:bold;
    font-family: 'Playfair Display',serif;
    margin:0.7em 0 0 0;
}
p {    
}
.subheading {
    margin:0.5em 0 0.5em 0;
}
#tbl_landing td:nth-child(1) {
    width:44% !important;
    vertical-align:top !important;
    font-weight:600;
}

@media only screen and (max-width: 43em) 
{
    #module_landing_links_wrapper,
    #module_landing_wrapper, 
    #module_login_wrapper {
        float:none;
        clear:none;
    }
}