/*
 Theme Name:   Coraline SBMRL
 Theme URI:    http://www.rhinopeel.com/sbmrl/coraline-sbmrl/
 Description:  Coraline Child Theme
 Author:       Frank Esselink
 Author URI:   http://www.rhinopeel.com
 Template:     coraline
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  coraline-sbmrl
*/

/* Embedded Links */
th {
	vertical-align:bottom;
}
th a {
	text-decoration: none;
}
.nodecor {
	color: #333;
	text-decoration: none;
}

/* Tables */
table.stretch, table.condense {
	width: 100%;
}
table.condense tr th {
	padding: 2px;
	text-align: center;
	font-weight:bold;
}
table.condense tr td  {
	/*font-size: .75em;*/
	padding: 2px;
	text-align: center;
}
.rotate90 {
	float:right;
	-ms-transform:rotate(-90deg); /* IE 9 */
      	-moz-transform:rotate(-90deg); /* Firefox */
	-webkit-transform:rotate(-90deg); /* Safari and Chrome */
	-o-transform:rotate(-90deg); /* Opera */
	position:absolute;
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.txtTop * {
	vertical-align:top;
}

/* SBMRL Widgets */
.wdgT {
	width: 100%;
	text-align: right;
}
tr.wdgH {
	color: #EEEEEE;
	background-color: #333333;
}
.wdgT td, .wdgT th {
	text-align: right;
	padding: 1px 5px 1px 5px;
}
.wdgH td, .wdgH th {
	font-weight: bold;
}
th.wdgH_l, td.wdg1_l, td.wdg2_l {
	text-align: left;
}
tr.wdg1 td, tr.wdg2 td {
	border-bottom: 1px dotted #999;
}
.wdgT tbody tr:hover {
	background-color: rgba(230,0,0,0.1) ;
}
