/*
http://www.opensource.org/licenses/bsd-license.php New BSD License
*/
/* 
    Created on : 2019.12.12., 1:38:41
    Author     : Szincsák András <andras@szincsak.hu>
*/

.grid-view table.items {
    background: transparent;
    border-collapse: collapse;
    width: 100%;
    border: 1px #D0E3EF solid;
}
.grid-view table.items th {
        background: #d63031;
    text-align: center;
    font-size: .9em;
    font-weight: normal;
    padding: 5px 5px;
}

