.table .grid-row-clickable:hover{
    cursor: pointer;
    transform: scale(1.01);
}

.grid-row-table .grid-row-item{
    list-style: none;
}
.grid-row-table .grid-row-item span{
    height: 100%;
    padding: 0.5em 1em;
}

.grid-row-table .grid-row-item:hover{
    background-color: #fffff8 !important;
}

.grid-row-table .grid-row-item:nth-child(even){
    background-color: #fafafa;
}

.grid-row-table .grid-row-item:nth-child(odd){
    background-color: #e9e9e9d7;
}
.col-3 {
    width: 25% !important;
}

.col-9 {
    width: 75% !important;
}

@media only screen and (min-width: 600px) {
    .grid-row-table{
        width: 80% !important;
        margin-right: auto;
        margin-left: auto;
    }
}