.border { border-style: solid; border-width: 1px; border-color: #dedede; }
.border-top { border-top-style: solid; border-top-width: 1px; border-top-color: #dedede; }
.border-right { border-right-style: solid; border-right-width: 1px; border-right-color: #dedede; }
.border-bottom { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #dedede; }
.border-left { border-left-style: solid; border-left-width: 1px; border-left-color: #dedede; }
.border-none { border: 0; }
.rounded { border-radius: 25px; }
.circle { border-radius: 50%; }
.rounded-top { border-radius: 25px 25px 0 0; }
.rounded-right { border-radius: 0 25px 25px 0; }
.rounded-bottom { border-radius: 0 0 25px 25px; }
.rounded-left { border-radius: 25px 0 0 25px; }
.not-rounded { border-radius: 0; }
