.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
/* Navbar styles */

/* checklist styles */

button.set-to-right{
    float: right;
    margin: 2px 5px;
    font-size: 12px;
    font-family: open-sans, Helvetica, sans-serif;
}

.comment-controls{
    margin: 15px 5px 5px;
}

.checklist-container{
    background-color: #ebe8e8;
    border: 2px solid #898686;
    max-width: 100%;
    border-radius: 5px;
    margin: 5px;
    display:block;
    /* background-color: rgb(232, 241, 244); */
    padding-left: 0px !important;
}


.tab-content{
    width:100%
}

.comments-checklist{
    margin: 10px 0px;
}

.checklist-text > p, .comment-title > p{
    margin: 0px;
}

.turn-off{
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
}

.checklist-container > label, .checklist-container > input {
    font-size: 12px;
    display:block;
}

.checklist-container > input.form-check-input {
    margin: 6px;
}

.checklist-container > label.form-check-label {
    padding: 3px 0px 3px;
}

.comments{
    margin-top: 20px !important;
}

.checklist-container:hover{
    border-radius: 5px;
    outline: none;
    border: solid 1px #5F5C5C;
    box-shadow: 0 0 18px #5F5C5C;
    background-color: #EEEAEA;
}
