input[type="button"] {
    cursor: pointer;
    padding: 5px;
    width: 100%;
    min-width:min-content;
}
.en-my-lists-col1{
    width: 45%;
}
.en-my-lists-col2{
    width: 35%;
}
.en-my-lists-col3{
    width: 20%;
}
@media (max-width: 600px) {

}
@media (max-width: 600px) {
    .en-other-maillists tbody,
    .en-my-maillists tbody{
        display: flex;
        flex-direction: column;
        width: 95vw;
    }
    .en-other-maillists tbody tr,
    .en-my-maillists tbody tr{
        display: flex;
        flex-direction: column;
        border-bottom: 0.25em solid #ddd
    }
    .en-other-maillists tbody tr td,
    .en-my-maillists tbody tr td{
        display: flex;
    }
    .en-my-lists-col1,
    .en-my-lists-col2,
    .en-my-lists-col3{
        width: 100%;
    }
    input[type="button"]{
        width: 50%;
        min-width: 100px;
    }
    .en-other-maillists .autosubs ,
    .en-my-maillists .autosubs
    {
        display: none;
    }
    tbody.light td {
        border-bottom: 0.0em solid #DFDFDF;
    }
    .en-my-maillists tbody tr td:first-child,
    .en-other-maillists tbody tr td:first-child
    {
        font-size: 0.95em;
        text-transform: uppercase;
    }
}
@media (max-width: 300px) {
    input[type="button"]{
        width: 100%;
    }
}