@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://twicli.neocat.jp/"), url-prefix("http://www.geocities.jp/twicli/") {

/* global */
body {
 background-image:none !important;
}

/* control area */
#control {
 background-color:#85C4C7 !important;
}
#menu a {
 -moz-border-radius: 0 0 0 0 !important;
 background-color:#618E91 !important;
 color:#fff !important;
}
#menu a.sel {
 background-color:#95C90E !important;
 color:#fff !important;
}
#go,#rst {
 background-color:#fff !important;
}

.uicon{
 height:48px !important;
 width:48px !important;
 padding:1ex !important;
}

/* my status */
.fromme {
 background-color:#f1f1f1 !important;
}

/* reply to me */
.tome {
 background-color:#CFC !important;
}

/* newest tweet */
#tw > div:first-child {
 background: #FFFABF !important;
}

#tw > div > div, #tw2c > div > div {
 border-bottom:1px solid #86C6C9 !important;
 padding:1ex !important;
}
#tw > div {
 border-bottom: 0px !important;
}
.status *|*:link {
 text-decoration:none !important;
 color:#578F0D !important;
 font-weight:bolder !important;
}
.status *|*:visited {
 text-decoration:none !important;
 color:#4D5F35 !important;
}

.utils,.fav {
 margin-right:-5px !important;
}

.non-follower {
 color:red !important;
}

.retweeted {
 color:#FF00CA !important;
 }

/***/
}