/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Birthday Preview Styles */
.birthdaypreview {
    margin-bottom: 20px;
}

.panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    padding: 10px 15px;
}

.panel-title {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.panel-body {
    padding: 15px;
}

.birthdaylist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.birthdaylist li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.birthdaylist li:last-child {
    border-bottom: none;
}

.birthdaytoday .panel-heading {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.birthdaytoday {
    border-color: #c3e6cb;
}

/* Alumni wanted list styles */
.alumni-wanted ul {
    list-style: disc;
    padding-left: 20px;
}

.alumni-wanted li {
    margin-bottom: 5px;
}

/* Group password styles */
.alumni-grouppw code {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    color: #e83e8c;
    font-size: 87.5%;
    padding: 2px 4px;
}
