﻿body .twitterFeed
{
    font-family: Arial;
    font-size: 10px;
    border-bottom: 5px solid #D8D8D8;
    border-right: 5px solid #D8D8D8;
    border-left: 5px solid #D8D8D8;
    background-color: #f0f0f0;
}
.twitterFeed
{
    max-height: 289px !important;
    overflow-y: scroll !important;
}

.twitterFeed span .dateStamp {color: Gray;}

.twitterFeed ul 
{ 
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.twitterFeed ul a
{
    color: #D52B1E !important;
}
.layer1 
{ 
    /*position: absolute;*/
    z-index: 1;
}
.layer2
{ 
    /*position: absolute;*/
    z-index: 2;
}
.accounts
{
    width:50%;
    font-family:Arial;
    font-size:13px;
    cursor:pointer;
    text-align:center;
    line-height:60px;
    display:table-cell;
}
.fullname {font-weight:bold;}
.screennamedetails 
{
    color: grey;
}

.tweet 
{
    font-size:11px;
    margin-left:60px;
}
.margin {margin-left:12px;}

@media (max-width: 1200px) and (min-width: 980px)
{
    .accounts{font-size:11px;}
}
@media (max-width: 980px) and (min-width: 768px)
{
    .accounts{font-size:11px;}
    .twit_img{display:none;}
    .leftscreenname{float:left;}
}