.properClear:after {
    content: " "!important; /* Older browser do not support empty content */
    visibility: hidden;
    display: block!important;
    height: 0;
    clear: both!important;
}

.width-100 {
    width: 100%;
    text-align: center;
}