.compare1element {
    position: relative;
}

.compare2element {
    position: relative;
}

#addElements1Here {
    position: absolute;
    max-height: 300px;
    overflow: auto;
    width: 100%;
}

.faspan {
    margin: auto;
    margin-left: 8px;
}

#addElements2Here {
    position: absolute;
    max-height: 300px;
    overflow: auto;
    width: 100%;
}

table {
    border-collapse: collapse;
}

.ftable {
    width: 100%;
    margin: auto;
    color: #212529;
    font-size: 14px;
    box-shadow: 0px 0px 1px 0px #888;
}

.ftable-bordered td, .ftable-bordered th {
    border: 1px solid #dee2e6;
}

.ftable td, .ftable th {
    padding: 4px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.ftable-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .05);
}

.fform-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .55rem + 2px);
    padding: 4px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    text-decoration: none;
}

.list-group-item-action {
    max-width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}



.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
}

.width10 {
    width: 10%;
}

#output {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.btnCDistance {
    padding: 0px;
    width: 100%;
}

.width20 {
    width: 20%;
    padding: 8px;
}

.width40 {
    width: 40%;
    padding: 8px;
}

.width45 {
    width: 45%;
}
.width50 {
    width: 50%;
}

@media (max-width: 768px) {

    .fproduct-smimage {
        display: none;
    }

    .xs-hidden {
        display: none;
    }

    .ftable tr td,
    .ftable tr th {
        font-size: 12px;
    }

    .cd-content {
        max-width: 100vw !important;
        width: 100vw !important;
        position: relative;
        left: calc(-50vw + 50%);
        padding-left: 4px;
        padding-right: 4px;

    }


}

.cd-content {
    word-break: break-word;
}

.flex-between {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: auto;
}

.flex-evenly {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
}

.flex-fevenly {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    margin-bottom: 4px;

}

.flex-elem {
	width: 100%;
	padding: 4px;
}

.h1Style {
    font-size: 26px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.4em;
    text-shadow: 0 0em 0.1em rgba(115, 111, 111, 0.6);
}



.h2StyleXS {
    font-size: 18px;
    margin: unset !important;
    font-weight: 600;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
}

.fproduct-smimage {
    max-width: 50% !important;
}

.calc-button {
	background: #19242d !important;
	font-size: 16px !important;
	padding: 6px !important;
	color: white !important;
}

.calc-button:hover {
	background: #000 !important;
	cursor: pointer !important;
	text-decoration: none !important;
}

.calc-button-container {
	text-align: center;
 	margin-top: 16px;
}

