.acms-tw-row {
    border-bottom: 1px solid #eee;
}
.acms-tw-row-inner {
    padding: 0.5em 0 0.4em 0;
}
.acms-tw-image-container {
    float: left;
    width: 18%;
    padding-top: 2px;
}
.acms-tw-status-container {
    float: left;
    width: 82%;
}
.acms-tw-image {
    max-width: 80%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
}
.acms-tw-clear {
    clear: both;
    margin-top: -1px;
    height: 1px;
    width: auto;
    overflow: hidden;
}
.acms-tw-text {
    clear: both;
}
.acms-tw-left {
    float: left;
    padding-right: 1em;
}
.acms-tw-right {
    float: right;
    padding-left 1em;
}
.acms-tw-name {
    font-weight: bold;
}
.acms-tw-name {
    font-weight: bold;
}
.acms-tw-user_url {
    /*color: silver;*/
}


/* account name is off by default... turn it on by setting display to inline-block */

.acms-tw-name {
    display: none;
}