/* ***************************************************************************************** */
/*                                                                                           */
/* STYLE SHEET FOR TEXT & IMAGE WIDGET                                                       */
/*                                                                                           */
/* ***************************************************************************************** */

img{ border: 0 none; vertical-align: top; }

a {outline : none;}

a img {outline : none;}

/* USE BORDER-BOX BOX-SIZING */
div { box-sizing:border-box; -moz-box-sizing:border-box; }

.widget-text-image {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px #dddddd;
    display: block;
    margin: 15px;
    padding: 19px 19px 9px;
    vertical-align: top;
    width: calc(100% - 30px);
}


.widget-text-image h3 {
    color: #a6a6a6;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.756em;
    font-weight: normal;
    line-height: 1.167em;
    margin: 0 0 5px;
}

.widget-text-image-content p {
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.63em;
    line-height: 1.267em;
    margin: 0 0 10px;;
}

.widget-text-image img {
    padding: 0 0 10px 0;
    width: 100%;
}

.tcg-link {
    margin: -5px 0 0 0;
}

.tcg-link a {
    color: #003580;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.63em;
    font-weight: bold;
    line-height: 1.267em;
    margin: 0 0 10px;
    text-decoration: none;
}