/*
Theme Name: Theme Onistudio
Text Domain: screenshot-theme
Version: 0.1
Author: Onistudio developers
*/

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    overflow: auto;
    display: block;
}

th,
td {
    padding: 12px 15px;
}

th,
td {
    border: 1px solid #ddd;
}

th {
    background-color: #252424;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #252424;
}


th {
    text-align: center;
}

thead {
    position: sticky;
    top: 0;
    background-color: #252424;
    z-index: 1;
}

