/* facc_announcements.css */

.pray_overall {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
}

.pray_title {
    display: flex;
    flex-direction: column;
}

.pray_list {
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.prayer_list_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.prayer_list_item {
/*    display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    padding-left: 10px;
}

.prayer_list_answer {
    margin-left: 15px;
}

.prayer_list_link {
    margin-left: 15px;
}

.prayer_label {
    font-weight: 700;
}

.prayer_checkbox {
    margin-bottom: 30px;
    margin-top: 30px;
}

.prayer_buttons {
    margin-bottom: 30px;
    margin-right: 30px;
}

.prayer_edit_textbox {
    width: 98%;
}

.prayer_element_group {
    width: 95%;
}

.separator_prayer {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: grey;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 250px;
}

.prayer_expired {
    color: red;
}
