.tout--reminderlist {
    border-color: transparent;
    background-color: transparent;
}

.tout--reminderlist .tout--inner {
    display: flex;
    flex-wrap: wrap;
    padding: 32px;
    padding-bottom: 0;
}

.tout--reminderlist .tout--inner p {
    margin: 0 0 0 5px;
    font-weight: bold;
    padding: 0;
}

.tout--reminderlist .tout--inner .tout--reminderlist {
    display: inline-flex;
    width: 100%;
    padding-top: 1rem;
    margin: 0;
}

.tout--reminderlist .tout--inner .tout--reminderlist .dot-icon {
    font-size: 0;
}

.tout--reminderlist .tout--inner .tout--reminderlist .dot-icon:before {
    content: "•";
    font-size: 32px;
    line-height: 26px;
    margin: .2em;
}

.tout--reminderlist .tout--inner .tout--reminderlist:not(:last-of-type) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #4b4b55;
}

.tout--reminderlist .tout--inner .tout--reminderlist.link-selected a,
.tout--reminderlist .tout--inner .tout--reminderlist a:hover {
    font-weight: bold;
}

.tout--reminderlist .tout--inner .tout--reminderlist svg {
    margin-top: 8px;
    margin-right: 5px;
}

.tout--reminderlist.tout--style-default .tout--inner {
    background-color: #F7F7F8;
    color: #4b4b55;
}

.tout--reminderlist.tout--style-default .tout--inner .tout--title {
    color: #4b4b55;
}

.tout--reminderlist.tout--style-default .tout--inner .tout--reminderlist {
    border-color: #4b4b55;
}

.tout--reminderlist.tout--style-default .tout--inner .tout--reminderlist a {
    color: #4b4b55;
}

.tout--reminderlist .tout--inner> :last-child {
    margin-bottom: 30px;
}

.tout--reminderlist .tout--inner .btn {
    margin-top: 32px;
    margin-bottom: 0;
}

.tout.tout--size-13 {
    flex: 0 0 33.33333%;
    /* max-width: 33.33333%; */
}

.tout.tout--size-23 {
    flex: 0 0 66.66667%;
    /* max-width: 66.66667%; */
}

.tout.tout--size-full {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 767px) {

    .tout.tout--size-13,
    .tout.tout--size-23 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
