﻿@charset "utf-8";
/* CSS Document */

table thead tr th, table thead tr td{
	vertical-align:bottom;	
	background-color: #eee !important;
	text-shadow: white 0 1px 1px;
	border-color: #d4d4d4;
	font-weight:bold;
	color:#666 !important;
	border:1px solid #ddd;
	}
	
table thead{
	border-bottom:thick solid #666;
	}
	
table thead th a.fn-lnk {
	background-color: #FFFFFF;
}

table tbody tr th{
	font-weight:normal;
	border:1px solid #ddd;
	}

table tbody tr th.stubheader{
	background-color:#EEEEEE;
	color:#666;
	font-weight:bold;
	}

table tbody tr td {
	border:1px solid #ddd;	
}

table caption details{
  	font-size:0.85em;
  	font-weight: normal;
	}

.sd-tableicon {
  font-size: 2.5em;
}
.sd-tablet{margin-left:3.5em;display:block;}
.btn-margin{margin-top:20px;margin-bottom:20px;}