.nomargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.societydata hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #663e3e;
}
.societydata td h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 18pt;
    font-weight: bold;
}
.societysectionheading {
    text-align: center;
    font-weight: bold;
    color: darkblue;
    font-size: 30px;
}
.societyheadingdiv {
    /*height: 80px;
    background-color: lightblue;*/
    text-align: center;
}
.societyheadingdiv img {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}
.societyheading {
    padding: 20pt;
    margin: auto;
    vertical-align: middle; 
    font-size: 30pt;
    color: maroon; 
}
.societytable {
    /*border: solid 1px red;*/
    width: 100%;
}

.societytable td{
    /*border: solid 1px red;*/
    font-size: 13px;
    font-family: Calibri;
}

.societytable .societycontent{
    margin: 20px;
    /*border: solid 2px blue;*/
    box-shadow: 0px 5px 15px rgb(0 35 10 / 30%);
    border-radius: 20px; 
    height: 200px;
}
.societylogodiv {
    text-align: center;
    padding-top: 10px;
}
.societylogodiv img {
    max-height: 100%;
    /*border: solid 1px darkgreen;*/
}
.societytable .societytitle{
    font-size: 12pt;
    color: darkblue;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}
.societytable .societydata {
    padding: 5px;
    display: inline-block;
    text-align: center;
    width: 100%;
    bottom: 35px;
    position: absolute;
    left: 0;
}
.societytable .societydata a,.societytable .societydata a:link{
    background-color: whitesmoke;
    color: blue;
    width: 40%;
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 10px;
}


.cabinetstable { 
    width: 100%;
    background: linear-gradient(#EBEBEB, #FBFBFB);
}

.cabinetstable td{
    color: black;
    font-family: Calibri;
    font-size: 15px;
    vertical-align: top;
    padding-top: 10px;
    text-align: center;
}


.cabinetstableinner { 
    width: 100%;
    border-collapse: collapse;
}

.cabinetstableinner th{
    color: black;
    font-family: Calibri;
    font-size: 18px;
    vertical-align: top;
    padding: 5px;
    color: darkgreen;
    background-color: whitesmoke;
    text-align: left;
}

.cabinetstableinner td{
    color: black;
    font-family: Calibri;
    font-size: 15px;
    vertical-align: top;
    padding: 5px;
}

.profiletable {
    /*border: solid 2px #1E8CBF;*/
    border-top-right-radius: 25px;
    border-bottom-right-radius: 1px;
    margin-top: 6px;
    /*background: linear-gradient(#EBEBEB, #FBFBFB);*/
    padding: 5px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
}
.profiledata {
    font-size: 13pt;
    /*float: left;*/
}
.profilephoto {
    /*float: right;*/
}
.profiletable img {
    width: 150px;
    margin: 0 auto;
    border-radius: 50%;
}
.profiletable .emailaddress {
    font-size: 12pt;
    color: blue;
}

.cabinetstable .eventbtn {
    background-color: lightblue;
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 80px;
}
.center {
    text-align: center !important;
}
