/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

/* Reduce top margins for game tabs and sections */
.game-container {
    margin-top: 10px !important;
}

.item-title {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.content-wrapper {
    margin-top: 15px !important;
}

.grid-wrapper {
    margin-bottom: 20px !important;
}

/* Round images in GameList widget */
.wgt-list-thumbnail img.small-thumb,
.wgt-list-game img.small-thumb {
    border-radius: 8px;
    overflow: hidden;
}