/*
Theme Name: Noor Child Theme
Theme URI: https://themeforest.net/item/noor-creative-multipurpose-fully-customizable-wordpress-theme/20759600
Author: Slampaq Solutions
Author URI: https://www.slampaq.com
Template: noor
Description: This is a child theme for Noor theme
Version:      1.0.0
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, flexible-header, full-width-template, post-formats, theme-options, featured-images,rtl-language-support,threaded-comments, translation-ready
Text Domain:  noor
*/

/* write custom css in files in css-directory */

table thead th {
    background-color: #ffffff !important;
}

.table-responsive{
	overflow-x: auto;
	-webkit-overflow-scrolling: auto;
}

.table-responsive::-webkit-scrollbar {
  width: 100%;               /* width of the entire scrollbar */
}

.table-responsive::-webkit-scrollbar-track {
    background: #e8e8e8;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #009cdd;
    border-radius: 15px;
    border: 4px solid #e8e8e8;
}

@media screen and (max-width: 989px){
.single-artikel .table-responsive td{
	width: 345px;
}
	.single-artikel table{
		table-layout: fixed;
	}
}