div.navbar {
    border-radius: 10px;
}

button, input, select {
    border-radius: 5px;
}

img.rounded {
    border-radius: 10%;
}
img.wallpaper {
    border-radius: 20px;
}

div.panel {
    border-radius: 30px;
}

div.slider {
    border-radius: 15px;
}
div.slider div.slider-circle {
    border-radius: 50%;
}

tr td:first-child {
    border-radius: 7px 0 0 7px;
}
tr td:last-child {
    border-radius: 0 7px 7px 0;
}

.slot, .pool {
    border-radius: 10px;
}
.selected {
    border-radius: 50%;
}

@media screen and (max-width: 800px) {
    tr {
        border-radius: 7px !important;
    }
    tr td {
        border-radius: 0 !important;
    }
}