/* 表示領域の大枠 */
#topsy-tweet-search-results {
font-size: 12px;
background: #fff;
margin-top: 8px;
padding-left: 6px;
}
/* 表示領域の見出し */
#topsy-tweet-search-results .topsy-tweet-search-results-header {
display: none;
}
/* 個々のツイート領域 */
#topsy-tweet-search-results .topsy-tweet-search-result {
clear: both;
padding: 6px 0;
border-bottom: 2px solid #fff;
overflow: hidden;
}
/* ユーザー名 */
#topsy-tweet-search-results .topsy-tweet-name {
font-weight: bold;
}
/* アイコン領域 */
#topsy-tweet-search-results .topsy-tweet-image {
float: left;
width: 36px;
height: 36px;
margin-right: 8px;
}
/* アイコン画像 */
#topsy-tweet-search-results .topsy-tweet-image img {
width: 36px;
height: 36px;
}
/* ツイート */
#topsy-tweet-search-results .topsy-tweet-text {
float: left;
width: 410px;
background: #fff;
padding: 3px;
}
/* 日付 */
#topsy-tweet-search-results .topsy-tweet-date a {
color: #999;
}
/* 「すべて表示」の操作テキスト */
#topsy-tweet-search-results #topsy-show-more-tweets {
color: #1d3994;
cursor: pointer;
text-align: right;
font-weight: bold;
padding-right: 4px;
}
/* アイコン形式の表示でのアイコンサイズ */
#topsy-tweet-search-results img.topsy-profile-image-small {
width: 24px;
height: 24px;
margin: 4px;
}
