header{
	width: 100vw;
    background-color:#005e92;
    margin-left: calc(50% - 50vw); /* Centers the element and extends it to the edges */
    margin-right: calc(50% - 50vw);
}

tr,td,th{
	vertical-align: middle;
}

section.nopad{
	padding: 0px !important;
}

.invoice,.billing{
	border-radius: 25px;
	border: 2px solid #000;
	padding: 20px;
	width: 300px;
	min-height: 150px;

	background: linear-gradient(#f0f2f5, #ffff);
	margin-bottom: 30px;
}

.image.fit img {
	width: 300px; !important;
    height: auto;
    max-width: 50%;
    max-height: 50%;
}

.image.forcecenter{
	display: inline-flex;
	margin: 10px !important;
}

img.forcecenter{
	margin: 0 auto;
}

.billing{
	width: 350px !important;
}

div.fieldset
{
border: 1px solid black;
  padding: 10px;
    padding-bottom: 10px;
  margin: 20px;
  padding-bottom: 30px;
  border-radius: 15px;
}

div.accountsection {
    margin:auto;
    max-width: 1200px;
    padding: bottom 20px;
}

div.modal-dialog {
    margin:auto;
    max-width: 1200px;
    padding: bottom 20px;
}

div.faqelement, div.churnkeycontainer, div.churnkeyelement{
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.16);
	background-color: #ffffff;
	border-radius: 20px 20px 20px 20px;
    justify-items:center;
    margin:auto;
  overflow: hidden;
  max-width: 1200px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-width: 2px;
  border-color: #00A5E5;
  margin-bottom: 30px;
  margin-top: 30px;
}

div.faqquestion, div.churnkeyquestion{
	background-color: #005E92;
    font-size: 18pt;
    font-weight: 600;
  padding-top: 15px;
  padding-right: ;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color:#fff;
}
div.faqanswer, div.churnkeyanswer{
	background-color: #ffffff;
    font-style: italic;
    padding-left: 15px;
	padding-bottom:15px;
    padding-top: 15px;
}

.headerimg{
    max-width:50%;
    width: 300px;
    height: auto;
    margin: 10px 0 0 0;
    height:auto;
}

.fleximg{
	max-width:50%;
}


.imgrow4{
max-width:24%;
}



/*
MODAL
*/
.fade:not(.show) {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}

element {
}
.fade:not(.show) {
  opacity: 0;
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.fade {
  transition: opacity .15s linear;
}

/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*/

*, ::after, ::before {
  box-sizing: border-box;
}