/* note this document takes 1-2 minutes to update and display */
/* please dont use !important */

.sf-table td, .sf-table th {
  padding: 1.25rem 0.8rem;
  border-color: #BEC6CA;
  border-style: solid;
  font-size: 1.4rem;
  line-height: 1.9rem;
  max-width: 28rem;
}
.sf-table th {
  border-width: 2px 0.5px;
  font-weight: 600;
}
.sf-table th:first-child {
  border-left-color: transparent;
}
.sf-table th:last-child {
  border-right-color: transparent;
}
.sf-table td {
  border-right-color: transparent;
  border-left-color: transparent;
  border-width: 0 0.5px 1px;
  font-weight: 400;
}

#vidyowebrtcscreenshare_is_installed {
    display:none;
}

/* Storybook table styling */

.sb-table {
    border-collapse: collapse;
    width: 100%;

    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin-right: 100%;
}

.sb-table thead {
    display: table-header-group;
}

.sb-table thead th {
    font-weight: 700;
    text-align: center;
    padding: 6px 13px;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-table tr {
    page-break-inside: avoid;
}

.sb-table td {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-table th p, .sb-table td p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.sb-table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
}

.sb-table > thead > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
}

.sb-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.sb-table > tbody > tr:nth-of-type(even) {
    background-color: #f8f8f8;
}

.sb-table.sb-table-600 {
    max-width: 600px;
    margin-right: 100%;
}

/*
This is an example of an existing Tag

h4 {
    color: red;
}
*/

.accordion-control .panel.panel-default .panel-collapse .panel-body {
    border: 0;
    padding: 0.8rem 0.8rem 1.5rem;
}





/*
Patterns Landing Page Learn More General Content Component
h4 {
    color: red;
}
*/
/* DivTable.com */
/* Old Code
.divTable{
	display: table;
	width: 100%;

}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;

}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
		border: 1px solid #999999;
}*/
.divTableBody {
    display: block;
    max-width: 92.4rem;
}
.divTableRow {
    display: flex;
    text-decoration: none;
    transition: background-color 250ms ease-out;
    background-color: #fff;
    border: 1px solid #e4e7e9;
    color: #20262a;
    width: 100%;
    padding: 0 11px;
}
.divTableRow:hover, .divTableRow:focus, .divTableRow:active, .divTableRow:focus-visible {
    background: #f6f6f6;
    text-decoration: none;
    color: #20262a;
}
.divTableCell {
    display: block;
    flex-direction: column;
    justify-content: center;
    padding: 42px 11px;
    flex-grow: 1;
}
.divTableCell:first-child {
    flex-grow: 0;
}
.divTableCell p {
    max-width: inherit;
}
.top-flush {
    margin-top: 0;
}
.divTableCell .thumb {
    height: 73.34px;
    width: 64px;
}
.img-icon-36 {
    height: 36px;
    width:36px;
}
.img-icon-32 {
    height: 32px;
    width:32px;
}
.img-icon-16 {
    height: 16px;
    width:16px;
}
.embed-responsive-1080p {
    padding-bottom: 45%;
    margin: .8rem 0;
    max-width: 100rem;
}

.tb-image-reset img {
    max-width: inherit;
    height: inherit;
    width: inherit;
}

/* spacing table classes */
img.tbl-vs-height {
    height: 36px;
}

img.tbl-vs-sp1 {
    width: 2px;
}

img.tbl-vs-sp2 {
    width: 4px;
}

img.tbl-vs-sp3 {
    width: 8px;
}

img.tbl-vs-sp4 {
    width: 12px;
}

img.tbl-vs-sp5 {
    width: 16px;
}

img.tbl-vs-sp6 {
    width: 24px;
}

img.tbl-vs-sp7 {
    width: 30px;
}

img.tbl-vs-sp8 {
    width: 40px;
}

img.tbl-vs-sp9 {
    width: 48px;
}

img.tbl-vs-sp10 {
    width: 64px;
}

.feedback-form .feedback-form-wrapper .form-group label.control-description {
    font-weight:400;
}
