h4 {
    margin: .25em 0 0;
    padding: 0 0 4px;
    font-size: 130%;
    font-weight: 400;
    line-height: 1.4em;
    color: blueviolet;
}

.codeSampleNote 
{
    font-style: italic;
    font-size: 80%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color:green;
}
.miniCodeSample 
{
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    background-color: rgb(248, 248, 255);
    border: 1px solid #dedede;
    overflow:auto;
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0.5em;
    padding-bottom:0.5em;
    color:#333;
    font-size: 100%; 
}

.miniCodeSample pre {
    color: #24292e;
    font-size: 12px;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

.post img {
    border: 0px hidden #666;
}

.orange 
{
    background-color: #FFD2A6;
    color:#800000;
}
.blue 
{
    background-color: #BBDDFF;
    color:darkblue;
}
.cob-emphasised
{
    border: thin dotted darkgrey; 
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic; 
    font-weight:bold;
    padding: 0.5em;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.cob-emphasised header 
{
    padding-top:1px;
    padding-bottom:5px;
    font-weight:800;
    /*font-size:110%;*/
}

.cob-emphasised div 
{
    font-weight:600;
    margin-left:10px;
    margin-right:10px;
}

.cob-table tr.cob-tableheader {
    background-color: darkblue;
    color: white;
    font-weight: bold;
}

div.cinereousTable {
  border: 6px solid #948473;
  width: 100%;
  text-align: center;
}
.divTable.cinereousTable .divTableCell, .divTable.cinereousTable .divTableHead {
  border: 1px solid #948473;
  padding: 2px 2px;
}
.divTable.cinereousTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.cinereousTable .divTableHeading {
  background: #948473;
  background: -moz-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%);
  background: -webkit-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%);
  background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%);
}
.divTable.cinereousTable .divTableHeading .divTableHead {
  font-size: 17px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: center;
  border-left: 2px solid #948473;
}
.divTable.cinereousTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.cinereousTable .tableFootStyle {
  font-size: 16px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

