body {
	font: normal 17px Roboto,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 17px;
	line-height: 1.4;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
.btn-outline-danger {
	border-radius: 0 !important;
	color: #a6192e;
	border-color: #a6192e;
	border: 2px solid;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #a6192e;
    border-color: #a6192e;

}

.right-tabs .nav-link.active {
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid transparent;
}

.left-tabs .nav-link.active {
    border-top: 1px solid #dee2e6;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

border-top: 0px solid #adb5bd;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #adb5bd;
    border-left: 0px solid #adb5bd;
    background-color: #e9ecef;

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

article#lorem-left-article {
    background-color: #e9ecef;
}

article#sapien-left-article {
    background-color: #e9ecef;
}

div#mycont {
    background-color: #e9ecef;
}

div#lorem-left-tab.active {
    background-color: #e9ecef;
}

div#sapien-left-tab.active {
    background-color: #e9ecef;
}

div#tabmenu {
    padding-right: 0;
}
