.rwd div.table-responsive {
    font-size: 14px;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
    position: relative; /* Needed for "right-hand treatment" */
	padding: 0px;
	
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.table-scrollable td, .table-scrollable th {
    border-right:1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    font-size:13px;
    min-width:50px;
    /* border:none; -- Removed this rule to get alll the borders back per IDZ-3880 */
}

table.table.table-scrollable>thead>tr>th {
    border-bottom: 1px solid #ddd;
} 

.table-scrollable thead tr:first-child, .table-scrollable thead tr:nth-child(2) {
    border-top:1px solid #ddd;
}

table.table.table-scrollable {
    /* border-collapse: unset; -- Removed this rule to get all the borders back per IDZ-3880 */
	/*border-right: 0px !important;*/
	margin-bottom: 0px !important;	
}

.table-scrollable thead .sm-txt {
    min-width: 130px;
}

.table-scrollable thead .md-txt {
    min-width: 170px;
}

.table-scrollable thead .long-txt {
    min-width: 600px;
}

.table-scrollable thead tr:first-child th {
    background-color: #ccc;
}

.table-scrollable thead tr:nth-child(2) td {
    background-color: #edf5ff;
}

.table-scrollable thead tr:first-child th:nth-child(-n+8) {
    text-align: center;
}

.input-search {
    position: relative;
    background: url("/content/dam/www/public/us/en/include/products-gateway/images/prod-search-icon.png") no-repeat;
    background-position: 0;
    font-size: 14px;
    width: 70%;
    padding: 12px 20px 12px 45px;
    border: 1px solid #ddd;
    font-style: italic;
    text-overflow: ellipsis;
}

.rwd .systemchecker.section .container a.button-clear {
    display: none;
    position: relative;
    padding: 8px 10px 0 3px;
    right: 35px;
    font-size: 16px;
    z-index: 2;
    cursor: pointer;
    outline: none;
    border: none;
    color: #999;
    background: none;
}
.rwd .systemchecker.section .container a.button-clear:hover {
    color: #999;
    text-decoration: none;
}

.table-scrollable .th-sortable {
    /*min-width: 131px;*/
}

.table-scrollable .th-sortable:hover {
    cursor: pointer;
    background-color: #999;
}

.table-scrollable .th-sort-asc span:first-child::after {
    content: "\25b2";
    margin-left: 5px;
    vertical-align: middle;
}

.table-scrollable .th-sort-desc span:first-child::after {
    content: "\25bc";
    margin-left: 5px;
    vertical-align: middle;
}

.table-scrollable .th-sort-asc,
.table-scrollable .th-sort-desc {
    background-color: #999 !important;
}

.table-scrollable td.mixed ol {
    padding: 0 0 7px 13px;
}

.table-scrollable th span.th-note {
    font-size: 0.85em;
    font-family: IntelClear-Regular,tahoma,Helvetica,helvetica,Arial,sans-serif;
    /* font-style: italic; */
    padding-top: 5px;
    font-weight: normal;
}

.table-scrollable ol {
    padding-inline-start: 10px;
    margin: 0;
}

.table-scrollable li:not(:first-child) { 
    margin-top: 8px; 
}

br {
    content: '';
    margin: 2em;
    display: block;
    font-size: 8%;
}

/* "Right-hand treatment" */
#blue-dotted-border {
	position: absolute;
	height: 100%;
	display: none;
	right: 0px;
	width: 4px;
	background-image: url(/etc.clientlibs/settings/wcm/designs/ver/221018/intel/clientlibs/pages/commons-page/resources/images/table-assets/table-shadow-vertical.png);
	z-index: 100;
}

.rwd label {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 12px !important;
    font-family: "intel-clear","tahoma",Helvetica,"helvetica",Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.rwd input[type="radio"], .rwd input[type="checkbox"] {
    margin: 4px 4px 0;
    margin-top: 1px \9;
}

.rwd .intel-ws .ws-comp-standard-padding, .rwd .intel-ws.ws-comp-standard-padding {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.rwd .item-list-blade .blade-list .blade-item {
    margin-bottom: 0rem;
}

	/*#tbl-wrapper {
		width: 100%;
		display: block;
		
		border-style: solid;
		border-width: 0px 4px 0px 0px;
		-moz-border-image: url(/etc.clientlibs/settings/wcm/designs/ver/221018/intel/clientlibs/pages/commons-page/resources/images/table-assets/table-shadow-vertical.png) 0 4 repeat;
		-webkit-border-image: url(/etc.clientlibs/settings/wcm/designs/ver/221018/intel/clientlibs/pages/commons-page/resources/images/table-assets/table-shadow-vertical.png) 0 4 repeat;
		-o-border-image: url(/etc.clientlibs/settings/wcm/designs/ver/221018/intel/clientlibs/pages/commons-page/resources/images/table-assets/table-shadow-vertical.png) 0 4 repeat; 
		border-image: url(/etc.clientlibs/settings/wcm/designs/ver/221018/intel/clientlibs/pages/commons-page/resources/images/table-assets/table-shadow-vertical.png) 0 4 repeat;
		box-shadow: -3px 0 0 0 #D9EAF7 inset;
	} */
