body 
{
    text-align:left;
    color:#323232;
    padding:10px;
}
.skdate
{
    float: left;
    padding: 3px;
    text-align: center;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: normal;
    border: 2px solid #e8c34c;
    background-color: #fbefc8;
}
.skdate .daymonth
{
    display: block;
    color: #000;
    font-size: 14px;
    padding-top: 3px;
/*    text-transform: uppercase; */
}
.skdate .year
{
    display: block;
    padding-top: 2px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

.skdate .time
{
    display: block;
    color: #000;
    font-size: 11px;
    padding-top: 3px;
}

.meta
{
    display: block;
    font-size: 11px;
    color: #666;
}

.slidingDiv {
/*    height:300px;*/
    background-color: #99CCFF;
    padding:20px;
    margin-top:10px;
    border-bottom:5px solid #3399FF;
}

.show_hide 
{
    display:none;
}
/* table modification - table colours for Sarum Knights*/
.table.skheader 
{
  border-color: #eea43e;
}
.table.skheader > tfoot > tr > th,
.table.skheader > thead > tr > th,
.table.skheader > tfoot > tr > td,
.table.skheader > thead > tr > td 
{
  background-color: #fbefc8;
  border-color: #eea43e;
}
.table > thead > tr > th, 
.table > thead > tr > td 
{
    color: #555;
    font-weight: bold;
}
.table-sm
{
  font-size: 0.8em;
}


/* Customised Bootstrap defaults */
.alert-skyellow 
{
  color: #000;
  background-color: #e8c34c;
  border-color: #f1e7a6;
}

.alert-sklightyellow 
{
  color: #000;
  background-color: #fbefc8;
  border-color: #f1e7a6;
}

.sklightbk 
{
  background-color: #fbefc8 !important;;
  border-color: #eea43e;
}

.skdarkbk 
{
  background-color: #e8c34c !important;;
  border-color: #eea43e;
}

.btn-sk 
{
    color: #212529;
    background-color: #ffc107;
    border-color: #212529;
}
.btn-sk:hover 
{
    color: black;
    background-color: #fbefc8;
    border-color: black;
}

.card-body
{
  padding: 0.6rem;
}
/* title */
.navbar-default .navbar-brand {
    color: #777;
}

.navbar-inner {
  background-color: #f1e7a6; /* background color will be black for all browsers */
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
