﻿

/* Favorites / Alerts: */
/*
.coa_faveTweetBox{color:#7b0909; margin:10px 0 10px 0;padding:10px; background-color:#fde0e0; border:1px solid #7b0909;}

.coa_faveTweetHeader{
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 20px;
    background-image:url('/images/icon_alert.png');
    background-repeat:no-repeat;
}

.coa_faveTweetIntro{
    display: block;
}

.coa_faveTweetImageDiv {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}
.coa_faveTweet {
    padding-bottom: 5px;
    clear: left;
}

.coa_faveTweetText{
    font-weight: bold;
    padding-top: 3px;
}
*/

.coa_faveTweetBox{
    margin:10px 0 10px 0;
    padding:10px; 
    border:1px solid #0055A4;
    max-height: 200px;
    overflow: auto;
}

.coa_faveTweetHeader{
    font-weight: bold;
    margin-bottom: 5px;
}

.coa_faveTweetIntro{
    display: block;
}

.coa_faveTweetImageDiv {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}
.coa_faveTweet {
    padding-bottom: 5px;
    clear: left;
}

.coa_faveTweetText{
    font-weight: bold;
    padding-top: 3px;
}
