#toms-wp-dashboard{
    padding-right: 10px;
}

#toms-wp-dashboard .toms-header{
    display: flex;
    background-color: #ffffff;
    margin-left: -34px;
    margin-right: -10px;
    padding-left: 15px;
    border-bottom: 1px solid #b5bfc9;
    
}
#toms-wp-dashboard .toms-header .toms-logo{
    border-right: 1px #b5bfc9 solid;
    margin-right: 15px;
    padding: 10px 13px;
}

#toms-wp-dashboard .toms-header .toms-logo img{
    margin: 0 5px 0 5px;
}

#toms-wp-dashboard .toms-header .toms-header-text{
    line-height: 48px;
    font-size: 22px;
    font-weight: 500;
    margin: 11px auto 0 0;
}
@media only screen and (max-width: 960px){
    #toms-wp-dashboard .toms-header{
        margin-left: -34px;
    }
}
@media screen and (max-width: 782px){
    #toms-wp-dashboard .toms-header{
        margin-left: -10px;
        margin-right: -10px;
    }
    .wp-responsive-open #toms-wp-dashboard .toms-header{
        margin-left: -28px;
    }
    #toms-wp-dashboard .toms-header .toms-logo img{
        margin: 0 5px 0 -8px; 
    }
}
@media screen and (max-width: 370px){
    #toms-wp-dashboard .button-hidden{
        display: none;
    }
}

#toms-wp-dashboard .toms-current-activated{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275PX, 1FR));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#toms-wp-dashboard .toms-current-not-activated{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275PX, 1FR));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#toms-wp-dashboard .toms-more-plugins{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275PX, 1FR));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.toms-items .toms-item-contents{
    display: flex;
    margin-bottom: 5px;
}
#toms-wp-dashboard .toms-items .toms-item-contents .toms-plugins-logo{
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    margin-right: 5px;
}
#toms-wp-dashboard .toms-items .toms-item-contents .toms-plugins-logo img{
    width: 48px;
    height: 48px;
}
#toms-wp-dashboard .toms-items{
    background-color: #ffffff;
    padding: 15px 15px 10px 15px;
    border: 1px solid #dcdcde;
}

#toms-wp-dashboard .toms-items .toms-item-contents .toms-plugins-text{
    font-weight: 600;
}
#toms-wp-dashboard .toms-items .toms-item-contents .toms-plugins-description{
    font-size: 12px;
    color: #646970;
}
#toms-wp-dashboard .toms-items .toms-item-contents .toms-plugins-version{
    font-size: 10px;
    text-align: right;
}
#toms-wp-dashboard .toms-items .toms-item-button{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#toms-wp-dashboard .toms-items .toms-version-empty{
    justify-content: flex-end;
}
#toms-wp-dashboard .toms-items .toms-item-button .toms-plugins-version{
    font-size: 11px;
}

#toms-wp-dashboard .toms-items .toms-item-button .button{
    margin:0 0 0 5px;
}

.toplevel_page_toms-wp #wpfooter {
    position: relative;
    padding: 15px 20px;
    border-top: 1px solid #b5bfc9;
    background: #fff;
}
#toms-wp-dashboard .our-more-plugins,
#toms-wp-dashboard .current-installed{
    background-color: #fff;
    padding: 10px 10px 20px 10px;
    margin: 20px 0;
    border: 1px solid #dcdcde;
}
#toms-wp-dashboard h3{
    margin: 5px 0 1em 0;
}
#toms-wp-dashboard .description{
    margin: 0 0 20px 10px;
}