/*BUILDER*/
.homebuilder{
    min-height: 100px;
    background: #dddddd;
    border: 1px solid #ccc; 
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
}
.homebuilder #addContentButton{
    position: absolute;
    margin-top: 37px;
    /* margin-left: 50%; */
    /* top: 50%; */
}
.text-center{
    text-align: center;
}
.plugin-list
{
    padding: 20px 0;
    background: #f1f1f1;
    border-radius: 8px;
}