﻿form, html, body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Segoe UI, Calibri, Arial;
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.master-container
{
    min-height: 100%;
    position: relative;
}
.master-header
{
    background: #ff0;
}
.master-cuff
{
    width: 100%;
}
.master-body
{
    max-width: 1360px;
    margin: 0px auto;
    padding-bottom: 80px;
}
.master-body-row
{
    clear: both;
    width: 100%;
}
.master-footer
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    height: 80px;
    background: #212121;
}
.news-cuff
{
    width: 100%;
}
.news-cuff span
{
    font-size: 12pt;
}
.news-cuff-container
{
    position: relative;
}
.news-cuff-container img
{
    width: 100%;
}
.news-cuff-container-content
{
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    padding: 15px;
}
.row
{
    width: 100%;
    padding: 5px;
}
.gray-background
{
    background-color: #f2f2f2;
}
.dark-gray-background
{
    background-color: #bfbfbf;
}
.col1, .col2, .news-cell
{
    width: 100%;
    float: none;
}
.tweetertimeline
{
    width: 100%;
    height: 100%;
}
.news-cell img
{
    width: 100%;
}
@media only screen and (min-width: 600px)
{
    .col1, .col2, .news-cell
    {
        padding: 5px;
    }
    .news-cuff span
    {
        font-size: 16pt;
    }
    .tweetertimeline
    {
        width: 100%;
        height: 400px;
        overflow-y: auto;
    }
}
@media only screen and (min-width: 768px)
{
    .col1
    {
        width: 66%;
        float: left;
    }
    .col2
    {
        width: 34%;
        float: left;
    }
    .news-cuff span
    {
        font-size: 20pt;
    }
    .news-cell
    {
        width: 50%;
        padding: 5px;
        float: left;
    }
}
