@media only screen and (max-width: 782px) {
    .rm-border {border: thin solid #c3c4c7 !important;}
    .rm-border-x {border-left: thin solid #c3c4c7 !important; border-right: thin solid #c3c4c7 !important;}
    .rm-border-y {border-top: thin solid #c3c4c7 !important; border-bottom: thin solid #c3c4c7 !important;}
    .rm-border-t {border-top: thin solid #c3c4c7 !important;}
    .rm-border-r {border-right: thin solid #c3c4c7 !important;}
    .rm-border-b {border-bottom: thin solid #c3c4c7 !important;}
    .rm-border-l {border-left: thin solid #c3c4c7 !important;}    
}
