.region-right h2{
	font-size:18px;
	font-weight:600;
	color:#555;
	margin-top:20px;
	margin-bottom:15px;
}


 .search-container {
            margin-bottom: 20px;
            padding: 15px;
            background-color: #f5f5f5;
            border-radius: 5px;
        }
#searchInput {
            width: 70%;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background: #FFF;
            margin-right: 10px;
        }
.search-container button {
    height: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #BC0000;
    border-radius: 5px;
    width: 10%;
    min-width: 90px;
    color: #FFF;
    border: 1px solid #DDDD;
}
.tablepage.pagination{
		margin-top: 20px;
    clear: both;
    display: block;
    position: relative;
    text-align: center;
}
.tablepage.pagination span#pageInfo{
	margin-right:20px;
}
.tablepage.pagination button {
    height: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #BC0000;
    border-radius: 5px;
    width: 10%;
    min-width: 90px;
    color: #FFF;
    border: 1px solid #DDDD;
        cursor: pointer;
        
}
button:disabled, button.disabled {
        background-color: #cccccc;
        color: #666666;
        border: 1px solid #999999;
        cursor: not-allowed;
        opacity: 0.5;
        cursor: inherit;
    }

    button:disabled:hover, button.disabled:hover {
        box-shadow: none;cursor: inherit;
    }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
            position: sticky;
            top: 0;
        }
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        tr:hover {
            background-color: #f1f1f1;
        }
        .no-results {
            padding: 20px;
            text-align: center;
            color: #666;
            font-style: italic;
        }
        
        
.jpkc{
	padding:30px 0;
}
.jpkc .row{
	display:flex;
	flex-wrap:wrap;
}
.jpkc .row p{
	font-size:14px;
	color:#999;
}
.jpkc .row .text p{
	font-size:16px;
	color:#000;
	margin-bottom:5px;
}
.jpkc .row .imgs img{
	width:100%;
	object-fit:cover;
	height:auto;
}
.vlabrow img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.page-node-type-courses .bookinfo h3{
	font-size:26px;
}
.page-node-type-courses .bookinfo a{
	color:#555;
}
.page-node-type-courses .block-region-left table {
    border: 1px solid #c6c6c6; 
    width: 100%;
}
.page-node-type-courses .block-region-left .field-body table p{
	margin-bottom:0;
	font-size:14px;
}
.page-node-type-courses .block-region-left table thead tr{
    background:#f8f8f8;
}
.page-node-type-courses .block-region-right img{
	display:block;
	width:100%;
	padding:20px 0px 10px;
}
.page-node-type-courses .block-region-right h2.block-title{
	margin-top:10px;
	font-size:20px;
	color:#000;
}
.labbooklist {
    text-align: center;
    padding: 20px;
    background: #FFF;
    margin-bottom:10px;
}
@media(min-width:992px){
	.page-node-type-courses .block-region-left{
		padding-right:20px;
	}
	.page-node-type-courses .block-region-right{
		margin-left:10px;
		padding:5px 30px 20px;
		background:#f8f8f8;
	}
}
.field-type-file{
	padding:20px;
	background-color:#f8f8f8;
	border:1px solid #ECECEC;
	margin-top:40px;
}
.field-type-file .field-label{
	font-size:16px;
	font-weight:600;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:5px;
	color:#333;
}
.field-type-file .field-items{
	margin:5px;
}
