/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.table {
    width: 100%;
    margin-bottom: 1rem;}
    

.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
a:visited{text-decoration:none}
a:hover{text-decoration:none}
/*.cb-header-search-box
{
  left: 93.67%;
  
}

.databack{
	background-color: #f9f9f9;
}
*/
.cb-postcontent p {
    font-size:1.1em;
}