@charset "utf-8";
/* 방문자 집계 */
#st-visit { padding: 10px 0; border-top: 1px dotted #dde4e9; }
#st-visit td { vertical-align: middle; }
#st-visit td.title {width: 100px;font-size: 14px;font-weight: bold;text-align: center;padding-bottom: 10px;color: #fff;}
#st-visit td.tags {font-weight: normal;min-width: 550px;}
#st-visit td.tags .subject {display: inline-block;/* min-width: 35px; */color:#fff;}
#st-visit td.tags .count {display: inline-block;/* min-width: 50px; */color:#fff;/* margin-left: 15px; */margin-right: 10px;width: 0px;height: 23px;/* background: #000; */border-radius: 15px;text-align: center;color: #fff;}
#st-visit span{width: 5px;height: 5px;border-radius:  5px;background: #fff;display: inline-block;margin-right: 5px;margin-bottom: 2px;}
