.width_100{
    width:100%!important;
}

.width_15{
    width: 15%;
}

.width_20{
    width: 20%;
}
.width_80{
    width: 80%;
}

.text_center{
    text-align:center;
}