@charset "UTF-8";


#tweet_tb_list {
display: block;
}

#combox {
display:none;
}

#tweetbutton {
border-radius: 4px;
background:#6fb2ff !important;
color: #fff;
-webkit-box-shadow: 0 0 2px #ccc;
border: #50a0ff solid 1px;
}

#tweetbutton a {
text-decoration: none;
font-weight: bold;
color: #fff;
}

#combutton {
background: #fcfcfc;
-webkit-box-shadow: 0 0 2px #ccc;
border-radius: 4px;
border: #ccc solid 1px;
}

#combutton a {
color: #777;
text-decoration: none;
font-weight: bold;
}

#combutton a:hover {
color: orange;
}