.prepdivmonth {
    border-radius: 0.4em;
    box-shadow: rgba(0, 0, 0, 0.2) 0 12px 24px, #0000001a 0 2px 4px, #ffffff0d 0 0 0 1px inset;
    min-width: 46em;
}

.prepitsme {
    background-color: yellow;
    color: black;
    border-radius: 0.2em;
    padding: 0.1em 0.5em;
}

.prepitshim {
    background-color: rgb(224, 224, 224);
    color: black;
    border-radius: 0.2em;
    padding: 0.1em 0.5em;
}

.prepitsmero {
    padding-bottom: 0.2em;
}

.prepschedmemhead {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
}

.prepprintschedmemhead {
    width: 100%;
    text-align: center;
}

.divprepinfobox {
    width: 20em;
    background-color: rgb(248, 248, 248);
    max-height: 40vh;
    overflow-y: auto;
    margin-left: 1em;
    padding: 0.5em;
    border-radius: 0.4em;
}

#txtaccfullmonths,
#txtsnofullmonths {
    width: 4em;
}

.prepredcircleholder {
    width: 0.5em;
    min-width: 0.5em;
    height: 0.5em;
    min-height: 0.5em;
    margin-left: 0.2em;
}

.prepredcircle {
    border-radius: 50%;
    background-color: rgb(255, 0, 0);
}

.spanusedcount {
    display: none;
}

.btnprepaccbrother,
.btnprepsnobrother {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.divacceditpen,
.divsnoeditpen {
    display: none;
    border-radius: 0.3em;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.15em 0 0 0;
    position: absolute;
    left: 0.25em;
    top: 0.15em;
    width: 1.6em;
    height: 1.5em;
}

.flexrowpreptable {
    display: flex;
    background-color: white;
    align-items: stretch;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.flexrowpreptabletop {
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
}

.flexrowpreptablebottom {
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    border-bottom: none;
}

.flexrowprepassemblee {
    background-color: rgb(250, 250, 250);
}

.flexrowpreptable:hover {
    background-color: rgb(243, 246, 251);
}

.btnaccw,
.btnsnow {
    width: 100%;
}

.divlineprepaccbrother,
.divlineprepsnobrother {
    display: flex;
    align-items: center;
    width: 100%;
}

.btnsameid {
    font-weight: bold;
}

.divappoverride {
    color: rgb(77, 73, 71);
    background-color: rgb(248, 248, 248);
}

.preptaskdesclabel {
    color: inherit;
    padding: 0.5em 0;
    font-size: 90%;
}

.preptaskdesclabelsmall {
    display: block;
    font-size: 80%;
}

.prepnomsmall {
    display: inline;
}

.preptaskdesclabelbig,
.prepnombig {
    display: none;
}

.preposebutton {
    -webkit-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-decoration: none;
    color: inherit;
    min-width: 7em;
    padding: 0.25em 0.5em;
    border: 1px solid transparent;
    border-radius: 0.4em;
    cursor: pointer;
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
    font-size: inherit;
    transition: 0.1s;
    outline-color: transparent;
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: solid;
    position: relative;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.preposebutton:hover .divacceditpen {
    display: block;
}

.preposebutton:hover .divsnoeditpen {
    display: block;
}

.preposebutton:hover {
    background-color: rgb(224, 224, 224);
}

.preposebutton:focus {
    background-color: rgb(224, 224, 224);
    border: 1px solid rgb(192, 192, 192);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.preposebutton:active {
    background-color: rgb(208, 208, 208);
}

.busyprepose {
    background-color: rgb(255, 208, 208);
}

.busyprepose:hover {
    background-color: rgb(255, 180, 180);
}

.busyprepose:focus {
    background-color: rgb(255, 180, 180);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.busyprepose:active {
    background-color: rgb(255, 160, 160);
}

.btnnoprepose {
    color: rgb(180, 180, 180);
}

.currentmeeting {
    background-color: rgb(243, 246, 251);
    border-radius: 0.4em;
    margin: 3px 0;
    border: 2px solid rgb(126, 159, 202);
    min-width: 12em;
    text-align: center;
    padding: 3px;
}

.schedule_meeting_current {
    background-color: rgb(243, 246, 251);
    border: 2px solid rgb(126, 159, 202);
}

@media only screen and (min-width: 800px) {

    .preptaskdesclabelsmall,
    .prepnomsmall {
        display: none;
    }

    .preptaskdesclabelbig {
        display: block;
    }

    .prepnombig {
        display: inline;
    }

    .preptaskdesclabel {
        font-size: 100%;
        padding: 0.36em 0;
    }
}