.card-toolbar .action-buttons {
    display: block;
}
.card-toolbar .action-dropdown {
    display: none;
}

.text-align-center {
    text-align: center;
}

table {
    font-size: 13px !important;
}

table td,
th {
    vertical-align: middle !important;
}

@media (max-width: 576px) {
    .card-toolbar .action-buttons {
        display: none;
    }
    .card-toolbar .action-dropdown {
        display: block;
    }
    .card.card-custom > .card-header .card-title {
        display: block;
    }
}

.work-touchpoint-date {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid gray;
    background: #f2f2f2;
}

.work-touchpoint-date .day {
    color: #323232;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    padding: 4px 0;
    text-align: center;
    width: 30px;
}

.work-touchpoint-date .month {
    background-color: #009688;
    color: #fff;
    display: block;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    padding: 3px 0 3px 0;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
}

.pull-right {
    float: right!important
}

.detailswork a {
    color: #222;
    font-weight: 600;
}

.detailswork p {
    border-bottom: 1px solid gray;
    padding-bottom: 6px;
    color: #222;
    font-weight: 500;
}
