@charset "utf-8";

.vertical-bar::before { content: ""; position: absolute; left: 0px; top: 0px; bottom: 0px; width: 1px; background-color: rgb(204, 204, 204); margin-left: -10px; }

.vertical-bar { position: relative; padding-left: 30px; }