/** categories*/

.usergallery {
    overflow: auto;
}


.catheader {
    box-sizing: border-box;
    margin: 0 0 -20px;
    overflow: auto;
    padding-left: 30px;
    padding-top: 30px;
    width: 100%;
}


.category {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    width: 300px;
}

.rgbcontainer {
    max-width:1020px;
}

.catimg {
    background-color: silver;
    height: 100px;
    width: 300px;
}
