@charset "utf-8";
/* CSS Document */

.cont-info { position: relative; }

/* 라인업박스 */

.line-up-box { width:340px; border:1px solid #0057DF; border-radius:5px; position:absolute; left:100px; top:100px; display:none; z-index: 2; }
.line-up-box .close-btn { color:#fff; position:absolute; top:3px; right:12px; font-size:14px; cursor:pointer;}
.line-up-box .title { padding:5px 0 5px 15px; color:#fff; background:#0057DF; position:relative;}
.line-up-box .title.batter .sub-title { position:absolute; right:30px; top:5px; }
.line-up-box .title.pitcher .sub-title { position:absolute; right:6px; top:5px; }
.line-up-box .content table { width:100%; }
.line-up-box .content table thead tr th { background:#143797; color:#fff; text-align:center; padding:5px 0 ; }
.line-up-box .content table tbody tr td > * { display: inline-block; vertical-align: middle; }
.line-up-box .content table tbody tr.disabled td { padding:9px; }
.line-up-box .content.batter table tbody tr.disabled .block-wrap { background:#000; opacity:0.6; color:#fff; width:100%; position:absolute; left:0; top:0; height:162px; line-height:162px;}
.line-up-box .content.pitcher table tbody tr.disabled .block-wrap { background:#000; opacity:0.6; color:#fff; width:100%; position:absolute; left:0; top:0; height:18px; line-height:18px;}
.line-up-box .content table tbody tr td { text-align:center; padding:3px 0; position:relative; }
.line-up-box .content table tbody tr:nth-child(2n) { background : #efefef }
.line-up-box .content table tbody tr:nth-child(2n-1) { background : #fff }
