/* Border Style */
.msu-border-style-solid {
  border-style: solid !important;
}
.msu-border-style-dashed {
  border-style: dashed !important;
}
.msu-border-style-dotted {
  border-style: dotted !important;
}
.msu-border-style-double {
  border-style: double !important;
}
.msu-border-style-groove {
  border-style: groove !important;
}
.msu-border-style-inset {
  border-style: inset !important;
}
.msu-border-style-outset {
  border-style: outset !important;
}

/* Border Top Style */
.msu-border-style-top-solid {
  border-top-style: solid !important;
}
.msu-border-style-top-dashed {
  border-top-style: dashed !important;
}
.msu-border-style-top-dotted {
  border-top-style: dotted !important;
}
.msu-border-style-top-double {
  border-top-style: double !important;
}
.msu-border-style-top-groove {
  border-top-style: groove !important;
}
.msu-border-style-top-inset {
  border-top-style: inset !important;
}
.msu-border-style-top-outset {
  border-top-style: outset !important;
}

/* Border Right Style */
.msu-border-style-right-solid {
  border-right-style: solid !important;
}
.msu-border-style-right-dashed {
  border-right-style: dashed !important;
}
.msu-border-style-right-dotted {
  border-right-style: dotted !important;
}
.msu-border-style-right-double {
  border-right-style: double !important;
}
.msu-border-style-top-groove {
  border-right-style: groove !important;
}
.msu-border-style-right-inset {
  border-right-style: inset !important;
}
.msu-border-style-right-outset {
  border-right-style: outset !important;
}

/* Border Bottom Style */
.msu-border-style-bottom-solid {
  border-bottom-style: solid !important;
}
.msu-border-style-bottom-dashed {
  border-bottom-style: dashed !important;
}
.msu-border-style-bottom-dotted {
  border-bottom-style: dotted !important;
}
.msu-border-style-bottom-double {
  border-bottom-style: double !important;
}
.msu-border-style-bottom-groove {
  border-bottom-style: groove !important;
}
.msu-border-style-bottom-inset {
  border-bottom-style: inset !important;
}
.msu-border-style-bottom-outset {
  border-bottom-style: outset !important;
}

/* Border Left Style */
.msu-border-style-left-solid {
  border-left-style: solid !important;
}
.msu-border-style-left-dashed {
  border-left-style: dashed !important;
}
.msu-border-style-left-dotted {
  border-left-style: dotted !important;
}
.msu-border-style-left-double {
  border-left-style: double !important;
}
.msu-border-style-left-groove {
  border-left-style: groove !important;
}
.msu-border-style-left-inset {
  border-left-style: inset !important;
}
.msu-border-style-left-outset {
  border-left-style: outset !important;
}
