﻿.teamHeader
        {
            height          : 40px;
            background-color: #0083BD;
            color           : #ffffff;
            font-size       : 20px;
            font-weight     : bold;
            margin-bottom   : 10px;
            vertical-align  : middle;
        }

        .teamHeaderTitle
        {
            padding         : 5px;
            padding-left    : 20px;
        }

        .innerrow
        {
            margin          : 0px;
            padding-bottom  : 5px;
        }

        .pressbox {
            padding         : 20px;
            border          : 1px solid #0098DB /*#e5e5e5*/;
            overflow        : auto;
            background-color: white;
            cursor          : pointer;
        }

        .news-content
        {
            color           : #006EB8;
            line-height     : 1.4;
            letter-spacing  : 2px;
            text-align      : left;
        }

        .news-content a:link, .news-content a:visited
        {
            color               :black;
            letter-spacing      : 1px;
            line-height         : 1.4;
            text-decoration     : none;
            cursor              : pointer;
        }

        time
        {
            margin-bottom: 20px;
            display: inline-block;
        }

        .news-content span
        {
            font-size: small;
        }

        .pressbox:hover {
            box-shadow: #004382 0px 0px 2px;
            /*border: 0px;*/
        }
        img
        {
            width: 100%;
        }

        .pressContentMonth
        {
            border-bottom: 2px solid #f95108;
            padding-bottom: 5px;
        }
        .row
        {
            margin: 0px !important;
        }