/* Events */
.sgc-event-group-list {
    vertical-align: top;
}
.sgc-event-group {
    vertical-align: top;
    margin: 0.5em;
    padding: 0.3em;
    background: #EEE;
    border: 1px solid black;
}
ul.sgc-event-group-summary {
    margin-left: 1em;
}
li.sgc-event-group-summary {
    border-bottom: 1px solid #eee;
}
li.sgc-event-group-summary a {
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
li.sgc-event-group-item {
    font-weight: bold;
}
li.sgc-event-group-item {
    font-weight: bold;
}
.sgc-event-group-players {
    margin-left: 1em;
}
.sgc-event-group-player-checkbox {
    float: right;
}
.sgc-event-group-playerlist {
    width: 14.6em;
}
table.sgc-course-tee {
    border-collapse: collapse;
    border: 1px solid grey;
    margin-left: 1em;
}
th.sgc-course-tee {
    border: 1px solid grey;
    padding-right: 1em;
    padding-left: 0.3em;
    text-align: left;
}
td.sgc-course-tee {
    border: 1px solid grey;
    padding: 0;
    text-align: center;
}
.sgc-course-container {
    margin: 2em;
}
option.scg-player-checkedin {
    color: seagreen;
    font-style: bold;
}
ul.sgc-event-group-summary {
    list-style-type: none;
    margin-left: 0.1em
}
span.sgc-event-group-summary-name{
    font-weight: bold;
}
li.sgc-event-group-player-list {
    border-bottom: 1px solid #ddd;
}
li.sgc-event-group-player-list a {
    font-weight: bold;
}
select.sgc-event-tee {
    box-sizing: border-box;
    width: 100%;
}
.sgc-event-locations {
    width: 46%;
    margin-right: 1em;
}
.sgc-event-locations-header {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: solid 2px #000;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
}
.sgc-event-locations-body {
    font-weight: bold;
}
li.sgc-event-location a {
    font-weight: bold;
}
.sgc-locations-search-box {
    width: 180px;
}
.sgc-event-teams {
    width: 46%;
    margin-right: 1em;
}
.sgc-event-teams-header {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: solid 2px #000;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
}
.sgc-event-team-body {
    font-weight: bold;
}
li.sgc-event-team a {
    font-weight: bold;
}
