.text-align-center {
    text-align: center;
}
.radius-1 {
    border-radius:1px !important;
}
.radius-2 {
    border-radius:2px !important;
}
.radius-3 {
    border-radius:3px !important;
}
.radius-4 {
     border-radius:4px !important;
 }
.radius-5 {
    border-radius:5px !important;
}
.radius-6 {
    border-radius:6px !important;
}
.radius-7 {
    border-radius:7px !important;
}
.radius-8 {
     border-radius:8px !important;
 }
.radius-9 {
      border-radius:9px !important;
  }
.radius-10 {
    border-radius:10px !important;
}

