/* base css */
@import url(/.shared-cocolog/themes/common/base-weblog.css);

/* portal css */
@import url(/.shared-cocolog/nifty_managed/themes/common/base.css);


/* theme css */
@import url(//theme.cocolog-nifty.com/themes/rich/cat-homecat/screen.css);
@import url(/.shared-cocolog/nifty_managed/themes/rich/cat-homecat/screen.css);


/* user css */
pre.src {
 font-family: Consolas,monospace;
 font-size: 12px;
 line-height: 1em; 
 padding: 0.5em;
 background-color: #EEEEEE;
 width: 700px;
}

textarea.src {
 font-size:12px;
 background-color:#EEEEEE;
 border:thin dotted #222222; 
 border-radius:5px;
 font-family:Consolas,monospace;
 padding-left:10px;
}

.blob-num {
  display: none;
}

.gist-meta {
   //display: none;
  padding: 1px !important;
}

.gist-file {
  border-bottom: none !important;
  border-style: none !important;
  width: 700px  !important;
}

.gist * {
  font-size: 11px !important;
  font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace !important;
  background-color: #EEEEEE;
}

.gist table tr td {
  line-height: 11px !important;
  height: 11px !important;
}

.gist tr:first-child td {
  padding-top: 15px !important;
}

.gist tr:last-child td {
  padding-bottom: 15px !important;
}


