﻿body {
    font-family: arial,sans-serif;
    font-size: 15px;
    background-color: white;
    line-height: 1.3;
}

img {
    border: none;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.YoLookOverHere {
    border: 2px solid black;
    padding: 3px;
    background-color: cornsilk;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.InverseAttention {
    padding: 3px;
    background-color: blueviolet;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: white;
    width: fit-content;
}

    .InverseAttention a {
        color: white;
    }


.SiteMemberSection {
    border: 2px solid black;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color:azure;
}

.TopNavBar {
    padding-top: 5px;
    max-width: 100%;
    font-size: 16px;
}

.MainBodyContent {
    vertical-align: top;
    padding-left: 8px;
    overflow-wrap: break-word;

    width: min(var(--max), calc(100% - 40px));
    margin-inline: auto;
}

.EditProfileSideBar {
    vertical-align: top;
    border: ridge;
    margin: 0px;
    padding: 4px;
    background-color: ghostwhite;
    font-size: 16px;
    width: 125px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.EditProfileSideBar div {
    margin-bottom: 10px;
    background-color: white;
    padding: 2px;
    border: ridge;
}

.EditProfileSideBar a:link, .EditProfileSideBar a:visited {
    color: blue;
}

.AttendeeList {
    border: solid 1px #555;
}

    .AttendeeList td a:link, .AttendeeList a:visited {
        color: blue;
    }

    .AttendeeList th {
        font-weight: bold;
        background-color: #cccccb;
        padding: 5px;
    }

    .AttendeeList td {
        padding: 3px;
    }

.ProfileViewTable {
    border: solid 1px #555;
}

    .ProfileViewTable th {
        font-weight: bold;
        background-color: #cccccb;
        text-align: right;
        vertical-align: top;
    }

    .ProfileViewTable td {
        background-color: #eee;
        text-align: left;
        vertical-align: top;
    }
