* {
    box-sizing: border-box;
}

.img_column {
    float: left;
    width: 23%;
    padding: 5px;
    position:relative;
}

.img_row p {
    text-align: justify !important;
}
.img_row {
    border-bottom: 1px;
    border-bottom-style: solid;
    padding: 10px 0px;
    text-align: justify !important;
}

.img_row span {
    font-size: 16px;
}

.img_row::after {
    content: "";
    clear: both;
    display: table;
}

.headertitle {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 5px 0;
    position: relative;
    
}

.headertitle a {
    color: #373434;
    padding-top:5%;
}

.pagetitle {
    padding: 0px;
    font-size: 20px;
    font-weight: normal !important;
}

.cntenttitle {
    font-size: 18px;
    font-weight: bold;
}

.navbar-header #jbl_logo {
    width: 50px !important;
    height: 40px !important;
}

.index h4 {
    font-weight: bold;
    padding-top:10px;
    color: #373434;
}

.collapsed h4 {
    text-decoration-line: none !important;
    color: #555 !important;
    font-size: 16px !important;
}

/*
.card {
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-primary.card-outline {
    border-top: 3px solid rgb(0, 123, 255);
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0px;
}

    */
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.25rem 0.5em;
    text-align: justify;
}

.card {
    box-shadow: 0 0 1px;
    /*background: #e6e6e6;*/ 
    display: block;
    cursor: pointer;
    position: relative;
    margin: 5px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

.card-header h4{
    font-size:14px;
    line-height:inherit;
}

.containerr {
    float: left;
    width: 100%;
}

.containerr a {
    color: #fff;
    padding: 10px;
    background-color: #0099CC;
    border-radius: 15px;
}