/* begin =============== grid-logo =============== */
/* source - https://css-tricks.com/a-grid-of-logos-in-squares/ */
/* important convert SCSS to CSS  */
.grid-logo {
	 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
	 grid-gap: 5px;
}
 .grid-logo > div {
	 background: #ddd;
	 padding: 0px;
	 position: relative;
   margin: 0px;
}
 .grid-logo > div::before {
	 content: "";
	 display: block;
	 padding-bottom: 100%;
}
 .grid-logo > div img {
	 position: absolute;
	 max-width: 100%;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 body {
	 margin: 1rem;
}
a :hover {background: red;}
/* a :hover {border: 5px solid red;} */
/* end =============== grid-logo =============== */


/* begin =============== caption-logo =============== */
figure.caption_logo {
	display: inline-block !important;
	width: 82px; /* width: auto !important; */
	font-size: 12px;
	/* max-width: 82px; */
	background-color: #eee;
	padding: 4px 6px 0 6px;
	border: none;
	margin: 0px 0px 5px 0px;
	height: 82px;
}
figure.caption_logo:hover {
	background-color: red;
}
figure.caption_logo img {
	width: auto !important;
}
figure.caption_logo figcaption {
	padding: 2px 0px 5px 0px;
	/* line-height: 1em; */
}
/* end =============== caption-logo =============== */

/* begin =============== caption-logo =============== */
.wf_caption {
	display: inline-block !important;
	width: auto !important;
	font-size: 12px;
	max-width: 76px;
	background-color: #eee;
	padding: 4px 6px 0 6px;
}
.wf_caption:hover {
	background-color: red;
}
.wf_caption img {
	width: auto !important;
}
span.wf_caption span {
	/* background-color: yellow; */
	text-align: center;
	display: block;
}
/* end =============== caption-logo =============== */


/* begin =============== table-logo =============== */
table.table-logo {
	background-color: #e3e3e3; /* #d4d4d4 */
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
table.table-logo tr {
	height: 28px;
}
table.table-logo td, table.table-logo th {
	border-bottom: 2px solid #ffffff;
	padding-left: 10px;
}
table.table-logo tr td:first-child {
	width: 28px;
}
table.table-logo td p {
	margin: 0px;
}
/* end =============== table-logo =============== */

/* begin =============== xxx_logo =============== */
.acrobat_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/acrobat_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.avast_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/avast_logo.svg');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.calculator_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/calculator_logo.png');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.ccleaner_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/ccleaner_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.chrome_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/chrome_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.crystaldiskinfo_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/crystaldiskinfo_logo.png');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.dropbox_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/dropbox_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.edge_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/edge_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.edge-old_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/edge-old_logo.svg');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.excel_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/excel_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.i-explorer_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/i-explorer_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.firefox_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/firefox_logo.svg');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.fireworks_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/fireworks_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.flash_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/flash_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.icofx_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/icofx_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.inventor_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/inventor_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.joomla_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/joomla_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.microsoft-store_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #333333;
	background-image: url('../../../../images/software/logos/microsoft-store_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.notepad-plus-plus_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/notepad-plus-plus_logo.png');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.office_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/office_logo.svg');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.onedrive_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/onedrive_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.onenote_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/onenote_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.outlook_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/outlook_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.orgamax_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/orgamax_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.powerpoint_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/powerpoint_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.prusaslicer_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/prusaslicer_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.solidworks_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/solidworks_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.svg_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/svg_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.teamviewer_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/teamviewer_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.total-commander_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/total-commander_logo.png');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.thunderbird_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/thunderbird_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.vlc_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/vlc_logo.png');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.w-explorer_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/w-explorer_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.windows_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/windows_logo.svg');
	background-size: auto 24px; /* 28x28 px - delta 2+2 px */
}
.word_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/word_logo.svg');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
.xnview_logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #eeeeee;
	background-image: url('../../../../images/software/logos/xnview_logo.png');
	background-size: 24px auto; /* 28x28 px - delta 2+2 px */
}
/* end =============== xxx_logo =============== */

/* begin =============== table-source =============== */
table.table-source {
	background-color: #e3e3e3; /* #d4d4d4 */
	border-collapse: collapse;
	font-size: 0.75em;
	width: 100%;
	margin-top: 15px;
}
table.table-source td, table.table-source th {
	border-bottom: 2px solid #ffffff;
	padding-left: 10px;
}
table.table-source tr td:first-child {
	background-color: #eeeeee;
	width: 40px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
table.table-source td p {
	margin: 0px;
}
/* end =============== table-source =============== */

/* begin =============== search field =============== */
.search #mod-search-searchword,
#sunfw-master div.search input[type="search"] {
	width: 100%;
}
/* end =============== search field =============== */




/**************************************************************************************************************************************************/

/* begin =============== mobile / desktop switcher =============== */
.sunfw-switcher .btn:not([class*="toggle"]):not(.modal) i.fa {
	margin-right: 0px;
	padding: 0px 10px;
}
.sunfw-switcher a.btn {
	color: #ffffff;
	background: #cc0000;
	margin-right: 5px;
}
.sunfw-switcher a.btn.active, .sunfw-switcher a.btn:active {
	border-bottom: 3px solid #000000;
}
/* end =============== mobile / desktop switcher =============== */

/* begin =============== mobile nav bar height =============== */
.navbar {
	min-height: 20px; /* 50px */
}
.sunfw-menu-head .navbar-header button.navbar-toggle {
	padding: 10px 25px; /* 25px */
}
/* end =============== mobile nav bar height =============== */


/* begin =============== font awesome icon menu bottom =============== */
a.btn.btn-default.webson {
	background-color: white;
	color: #cc0000;
	font-size: 20px;
	padding: 0px;
	width: 32px;
	border-radius: 5px;
	border: 2px solid #cc0000;
	/* margin-left: 6px; */
	margin-top: 10px;
}
a.btn.btn-default.webson i.fa {
	margin-right: 0px;
}
img.fa-img-webson {
	width: 42px;
	height: 42px;
	margin-left: 6px;
	background-color: white;
	border-radius: 5px;
}
/* end =============== font awesome icon menu bottom =============== */

/* begin =============== JCE MediaBox image zoom icon =============== */
.wf-icon-zoom-image>svg {
	fill: #cc0000;
}
/* end =============== JCE MediaBox image zoom icon =============== */


/* Light style for display on dark background. */
.faq-key {
	display: inline;
	display: inline-block;
	min-width: 1em;
	padding: .2em .3em;
	font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	border: none;
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: rgb(250, 250, 250);
	background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255)));
	color: rgb(50, 50, 50);
	text-shadow: 0 0 2px rgb(255, 255, 255);
	-moz-box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
	box-shadow: inset 0 0 /* 1px */ 5px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
}


.layout-item.sunfw-item-module-position a:hover,
.layout-item.sunfw-item-page-content a:hover {
	text-decoration: underline;
}

/* iFAQ Inhalt - FAQ Titel */
.faq-title {
	font-size:1.2em;
	color: #4C4C4C;
	background-color: #EEFFEE;
}

/* iFAQ Inhalt - FAQ Untertitel */
.faq-subtitle {
	font-size:1.1em;
	color: #4C4C4C;
	background-color: #EFFFFF;
}

/* iFAQ Inhalt - Anweisung */
.faq-instruction {
	font-style: italic;
	background-color: #ffffcc;
	border-radius: 5px;
	padding: 0 5px 0 2px;
}

/* iFAQ Inhalt - Pfad/Datei */
.faq-directory {
	font-style: italic;
	color: #000099;
	background-color: #D9D9F0;
}

/* body {
	font-size: 16px;
} */
.icons .dropdown-menu {
	border: 1px solid #cc0000;
}
.dropdown-menu > li > a {
	color: #cc0000;
}
.dropdown-menu > li > a:hover {
	text-decoration:underline;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: none;
	color: #cc0000;
}

div.item-page {
	line-height: 1.5;
}

ol > li, ul > li {
	padding: 3px 0;
}

.blog-featured .entry-content, .blog .entry-content {
	color: ;
}

/* begin =============== iFAQ general =============== */
div.ifaqControls a.btn {
	padding: 10px 15px;
}
.glyphicon.glyphicon-chevron-up.icon-chevron-up,
.glyphicon.glyphicon-chevron-down.icon-chevron-down {
	top: -2px;
}
.glyphicon-chevron-down:before {
	content: "\f078";
	color: #cc0000;
	padding-right: 3px;
	margin-left: -4px;
}
.glyphicon-chevron-up:before {
	content: "\f077";
	color: #cc0000;
	padding-right: 3px;
	margin-left: -4px;
}
/* end =============== iFAQ general =============== */




/* begin =============== sunfw_section_xxx background =============== */
div#sunfw_section_top {
	background: none;
}
div#sunfw_section_top div.container {
	background-color: #cc0000;
	background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.2) 1px, transparent 0, transparent 50%);
	background-size: 5px 5px;
	margin-top: 6px;
	margin-bottom: 3px;
	/* border-top: 2px solid #eee; */
	/* border-bottom: 1px solid #eeeeee; */
}
div#sunfw_section_top div.container div#row_row-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
div#sunfw_section_top div.container div#row_row-0 div#column_column-0 {
	margin-top: 0px;
}
div#sunfw_section_mainmenu {
	background: none;
}
div#sunfw_section_mainmenu div.container {
	background: #1b242d;
}
div#sunfw_section_main-content {
	background: none;
}
div#sunfw_section_main-content div.container {
	background-color: #eeeeee;
}
div#column_column-35 {
	background-color: #ffffff;
}
div#sunfw_section_footer {
	background: none;
	line-height: 38px;
}
div#sunfw_section_footer div.container {
	background-color: #eeeeee; /* #eeeeee */
}
/* end =============== sunfw_section_xxx background =============== */

/* begin =============== main-content frames =============== */
div#row_row-4.sunfw-flex-component {
	padding-top: 15px;
	/* padding-right: 15px; */
}
/* end =============== main-content frames =============== */





/* begin =============== body background pattern =============== */
body {
	 background-color: #269; /* #006400; #269 */
	background-image:
		linear-gradient(rgba(255,255,255,0.2) 2px, transparent 2px),
		linear-gradient(90deg, rgba(255,255,255,0.2) 2px, transparent 2px),
		linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
	background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
/* end =============== body background pattern =============== */



/* begin =============== table-webson =============== */
table.table-webson {
	background: #F1F1F1;
	/* background: #FFFFFF; */
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
	/* margin-bottom: 30px; */
}
table.table-webson td,
table.table-webson th,
div.item-page table.table-webson td {
	padding: 5px 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	/* border-bottom: 1px solid #DEDEDE; */
}
table.table-webson th {
	text-align: left;
}
table.table-webson tbody th,
table.table-webson tbody td {
	vertical-align: middle;
	/* vertical-align: top; */
	/* text-align: left; */
	border-right: none;
	border-left: none;
	/* border-right: 1px solid #DEDEDE; */
	/* border-left: 1px solid #DEDEDE; */
}
table.table-webson tbody tr.odd {
	background: #F2F2F2;
}
table.table-webson tbody tr:hover th,
table.table-webson tbody tr:hover td {
	background: #E4E4E4;
}
table.table-webson ul {
	margin-bottom: -5px;
	margin-top: -5px;
}
table.table-webson ul.textmark-small {
	margin-top: 8px;
}
table.table-webson p {
	margin-bottom: -5px;
	margin-top: -5px;
}
/* end =============== table-webson =============== */



/* begin =============== table-software =============== */
table.table-software {
	background: #F1F1F1;
	/* border-collapse: collapse; */
	/* border-spacing: 0; */
	color: #404040;
}
table.table-software tbody tr {
	border-bottom: 1px solid #FFFFFF;
}
table.table-software tbody td,
table.table-software tbody th,
div.item-page table.table-software tbody td {
	padding: 5px 10px;
	/* border-top: 1px solid #FFFFFF; */
	/* border-bottom: none; */
}
table.table-software tbody th {
	/* text-align: left; */
	vertical-align: bottom;
}
table.table-software tbody td {
	vertical-align: middle;
}
table.table-software tbody tr td:first-child {
	background: #E4E4E4;
}

table.table-software tbody th,
table.table-software tbody td {
	/* border-right: none; */
	/* border-left: none; */
}
table.table-software tbody tr.odd {
	background: #F2F2F2;
}
table.table-software tbody tr:hover th,
table.table-software tbody tr:hover td {
	background: #E4E4E4;
}
table.table-software ul {
	margin-bottom: -5px;
	margin-top: -5px;
}
table.table-software ul.textmark-small {
	margin-top: 8px;
}
table.table-software p {
	margin-bottom: -5px;
	margin-top: -5px;
}
table.table-software tbody td:nth-last-child(6),
table.table-software tbody td:nth-last-child(5),
table.table-software tbody td:nth-last-child(4),
table.table-software tbody td:nth-last-child(3),
table.table-software tbody td:nth-last-child(2),
table.table-software tbody td:nth-last-child(1) {
	text-align: center;
}
/* end =============== table-software =============== */




/* begin =============== th - text orientation - bottom to top field =============== */
th span.text-bt {
	transform: rotate(180deg);
	writing-mode: vertical-rl;
	white-space: pre;
	vertical-align: bottom;
}
/* end =============== th - text orientation - bottom to top field =============== */

/* beginn =============== table-scroll =============== */
/* source - https://codepen.io/tjvantoll/pen/JEKIu */
table.table-scroll {
	width: 750px;
	table-layout: fixed;
	border-collapse: collapse;
}
table.table-scroll th {
	text-decoration: underline;
}
table.table-scroll th,
table.table-scroll td {
	padding: 5px;
	text-align: left;
}
table.table-scroll td:nth-child(1),
table.table-scroll th:nth-child(1) {
	min-width: 200px;
}
table.table-scroll td:nth-child(2),
table.table-scroll th:nth-child(2) {
	min-width: 200px;
}
table.table-scroll td:nth-child(3),
table.table-scroll th:nth-child(3) {
	width: 350px;
}
table.table-scroll thead {
	background-color: #333333;
	color: #fdfdfd;
}
table.table-scroll thead tr {
	display: block;
	position: relative;
}
table.table-scroll tbody {
	display: block;
	overflow: auto;
	width: 100%;
	height: 300px;
}
table.table-scroll tbody tr:nth-child(even) {
	background-color: #dddddd;
}
.old_ie_wrapper {
	height: 300px;
	width: 750px;
	overflow-x: hidden;
	overflow-y: auto;
}
.old_ie_wrapper tbody {
	height: auto;
}
/* end =============== table-scroll =============== */