/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 .campaign-archive-front{
    display: flex;
    flex-wrap: wrap;
 }
 .campaign-archive-front a{
    color: #000;
 }
 .campaign-archive-front table {
    width: 100%;
 }
 .campaign-archive-front td {
    padding: .25em;
 }
 .campaign-archive-front tr:hover td{
    background: #FBC504;;
 }

#campaign-archive-filter{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    background: #eee;
    width: 100%;
    padding: 1em;
    border-radius: 0.5em;
}

#campaign-archive-filter .actions{
    display: flex;
    justify-content: space-between;
}
#campaign-archive-filter .actions select{
    margin-right: 1em;
}
#campaign-archive-filter .tablenav-pages .prev-page,
#campaign-archive-filter .tablenav-pages .next-page{
    font-size: 1.5em;
    padding: 0 .5em;
    background-color: #eee;
}
#filter-query-submit{
    border-radius: 4px;
}
#campaign-archive-filter .tablenav-pages{
    display: flex;
}
#campaign-archive-filter .tablenav-pages #current-page-selector {
    min-width: 4em;
}
#campaign-archive-filter select{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #111;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#campaign-archive-filter .tablenav-pages {
    display: flex;
}

.sent_count-column,
.time-column,
.list-column {
    font-size: 11px;;
}