/* nonononono LIVE */

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 6px;
}

td.descsect{
	padding-left:45px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
td.details-control:before {
   /* background: url('https://datatables.net/examples/resources/details_open.png') no-repeat center center;*/
    cursor: pointer;
	
	top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
   /*position: absolute;*/
    color: black;
    border: 1px solid black;
    border-radius: 14px;
    box-shadow: 0 0 0px #000;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #eeee00;
	 
}

td.details-control:hover:before {
    content: '+';
	color: #eeee00;
    background-color: #000;

}
td.details-control:hover {

	cursor: pointer;
	 
}
 
tr.shown td.details-control:before {
	content: '-';
	color:#eeee00;
	background-color: #000;
}
 
div.slider {
    display: none;
}
.entry-content table:not(.variations) {
    border: 0px solid #fff;
    margin: 0 0 Opx;
}
 
table.dataTable tbody td.no-padding {
    padding: 0 !important;
}


/*
table.dataTable.dtr-inline.collapsed>tbody>tr>td:nth-child(1){
	min-width: 170px !important;
}
*/


#tec_cal_table{
margin-right:20px;
font-size: 14px;
}


/*
tr.collapsed td {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

tr.collapsed.open td {
white-space: normal;
}

tr.collapsed.open td:nth-child(4) {
overflow: visible;
}

tr.collapsed .toggle-arrow {
display: inline-block;
width: 0;
height: 0;
margin-left: 5px;
border-style: solid;
border-width: 5px 4px 0 4px;
border-color: #aaa transparent transparent transparent;
}

tr.collapsed.open .toggle-arrow {
border-width: 0 4px 5px 4px;
border-color: transparent transparent #aaa transparent;
}
*/

/*


PART 2 









*/


.tbcap:first-letter{
  text-transform: capitalize !important; 
}
.simcal-event, .tebnobullets li{
  list-style: none !important; 
}
.post-edit-link{
	display: none;
}

.tblinkdark a:link, .tblinkdark a:visited { 
color:#333;
text-decoration: none; 
}


.tblink a:link { 
color:#a41e6a;
text-decoration: none; 
}

.read-more{ 
margin-top:4px;
margin-right:4px;
}


.tblink a:visited {
text-decoration: none;
color:#555;
}


.tblink a:hover {
text-decoration: underline;
}


.tblink a:active {
	text-decoration: none;
}


.tblink, .ttext{
	font-size:12px;
}