@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.evernote.com") {

/* フォント指定（無効）
.GLA1A51FC{
font-family: "Meiryo UI" !important
}
.noteSnippetContent{
font-family: "Meiryo UI" !important
}*/

/* ノート、メインタイトルの色 */
#gwt-debug-noteTitle,.notebookName {
color :#06c !important;
text-shadow: 1px 1px .5px #bbb !important
}

/* リスト表示のタイトル＆バックグラウンド色 */
.noteSnippetTitle,.GPC4LG3OH {
color :#287e32 !important;
text-shadow: 1px 1px .5px #bedf8c !important
}
.noteSnippet {
background: -moz-linear-gradient(top,rgba(243, 243, 243,1),white) !important
}

/* リストのマウスホバー */
.noteSnippet:hover {
background: rgba(234,234,234,1) !important
}

/* リストのマウスセレクト */
.selectedNoteSnippet .noteSnippetTitle {
color :#ef6239 !important;
text-shadow: 1px 1px .5px #bbb !important
}

.selectedNoteSnippet{
background: #e6f1f2 !important
}

/* カウント用のフォントカラー（無効）
.notebookNoteCount,.GLA1A51CN {
color :#82b139 !important
}*/

}