

.swapy-item {
    padding: 5px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    border:3px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    min-height:75px;
}

td.swapy-slot {
    padding:10px;
}

.game-item.game-done {
    border:3px solid rgb(0, 0, 0, 0.75);
}

.swapy-item {
    font-size:120%;
}

.swapy-handle {
    background-image: url('../gfx/handle.png');
    width: 15px;
    height: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity:0.2;
    position: absolute;
    right:0;
}

.swapy-handle-parent {
    width:100%;
    position:relative;
}

.swapy-item[data-swapy-dragging] {
}

.swapy-slot[data-swapy-highlighted] {
    /* Radial gradient, dark in middle, transparent outside */
    background: radial-gradient(circle, rgba(0, 0, 25, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
}

td, th {
    vertical-align: middle;
}

.team-area {
    box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding:20px;
}

.text-green {
    color: #00800eff;
}

.text-blue {
    color: #000080ff;
}

.nav-item a {
    font-size:120%;
}

.card {
    border:3px solid rgba(0, 0, 0, 0.1);
}

th {
    font-size:120%;
}

nav {
    /* linear gradient background */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2));
}

.highlight, .highlight td {
    background-color: rgba(255, 200, 0, 0.206);
}

.code {
    color:white;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px;
    border-radius: 5px;
    font-family: monospace;
}

.games-table {
    
}


.shrinkcol {
    width:0.1%;
} 

.teams-table td, .teams-table th {
    padding:8px;
}
.teams-table th {
    font-size:100%;
}