﻿*
{
    padding: 0px;
    margin: 0px;
}

.stafftable>tbody>tr>td,
.stafftable>thead>tr>th
{
    border-top: 0px solid #ddd;
    border-bottom: 0px solid red;
}

.actbox
{
    border: 1px solid #e7e7e7;
    padding: 15px;
    padding-bottom: 0px;
    border-left: 3px solid #e7e7e7;
    margin-bottom: 20px;
}

.img-wrapper 
{
    display: inline-block;
    overflow: hidden;
}

.img-wrapper img 
{
  /*  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;*/
}

.actbox:hover .img-wrapper img
{
 /*   transform:scale(1.08);
    -ms-transform:scale(1.08); 
    -moz-transform:scale(1.08); 
    -webkit-transform:scale(1.08); 
    -o-transform:scale(1.08); */
}

.stitle
{
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    font-family:Rockwell;
    color:#3d3d3d;
}

.actbox:hover .stitle,
.actbox:hover .ssep
{
    
    transition: all 0.2s ease-in-out;
}

.ssep
{
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
}

.sdesc
{
    font-size: 15px;
    display: inline-block;
}

.timerow
{
    margin-top: 10px;
    color: #b2afaf;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #e7e7e7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}