.boxed-widget {

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

}


list.boxed-list, list.boxed-list > row:first-child {

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}

list.boxed-list, list.boxed-list > row:last-child {

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

}


/* about.css */

.black-bg {

    background-color: black;

}


/* welcome.css */

grid.hints {

    background-image: -gtk-icontheme('tipoftheday-symbolic');
    background-position: right top;
    background-size: 200px auto;
    background-repeat: no-repeat;

    min-height: 250px;

}

grid.hints > box {

    min-width: 130px;

}