.border { border:1px solid #CAD5E0 ; } .border-round { padding:6px; border-radius:8px; } .border-round-top-left{ border-top-left-radius: 8px; padding:6px; } .border-round-top-right{ border-top-right-radius: 8px; padding:6px; } .border-round-bottom-right{ border-bottom-right-radius: 8px; padding:6px; } .border-round-bottom-left{ border-bottom-left-radius: 8px; padding:6px; } .border-right{ border-right:3px dotted #CAD5E0; } .border-left{ border-left:3px dotted gray; } .border-bottom { border-bottom:1px dotted gray;} .border-top { border-top:3px dotted gray;}