.radius_bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.radius_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.radius_full{
    border-radius: 10px;
}

.radiu_zero{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


