/**
 *
 * @author Jan-Henk Gerritsen <j.h.gerritsen@movage.nl>
 * @copyright 2013 Jan-Henk Gerritsen <j.h.gerritsen@movage.nl>
 */

.twitter-container {
    width: 500px;
    margin: 30px auto;
    border: 1px solid #eee;
    background-color: #fff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.twitter-container .error {
    padding: 12px 9px;
}

.twitter-container h2, .twitter-container h3 {
    margin: 0;
    padding: 12px 9px;
}

.twitter-container h2 {
    font-size: 18px;
}

.twitter-container h3 {
    font-size: 16px;
}

.twitter-container a {
    color: #0084B4;
    text-decoration: none;
}

.twitter-container a:hover {
    text-decoration: underline;
}

.twitter-container .tweet {
    position: relative;
    padding: 12px 9px 18px;
    border-top: 1px solid #eee;
}

.twitter-container .tweet-with-avatar {
    padding-left: 72px;
}

.twitter-container .avatar {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 48px;
    height: 48px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.twitter-container .tweet .tweet-header {
    padding-bottom: 5px;
}

.twitter-container .tweet .tweet-header a {
    display: inline-block;
}

.twitter-container .tweet .tweet-header .time {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #999;
}

.twitter-container .tweet .tweet-header a:hover {
    text-decoration: none;
}

.twitter-container .tweet .fullname {
    font-weight: bold;
    color: #000;
}

.twitter-container .tweet a:hover .fullname {
    color: #0084B4;
    text-decoration: underline;
}

.twitter-container .tweet .username {
    padding-left: 5px;
    color: #999;
    font-size: 12px;
}

.twitter-container .tweet a:hover .username {
    text-decoration: none;
}

.twitter-container .tweet .tweet-content p {
    margin: 0;
    color: #333;
    word-wrap: break-word;
}