#articleInfo16 .item{position:relative;margin:30px 0;display:flex;align-items:center;justify-content:space-between}
#articleInfo16 .item > div{float:left;width:35%;}
#articleInfo16 .item:nth-child(2n) > div{float:right}
#articleInfo16 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight;order:2}
#articleInfo16 .item .photo{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:25px;position:relative}
#articleInfo16 .item .photo img{width:100%}
#articleInfo16 .item .info{width: 100%;}
#articleInfo16 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .info h4{padding: 15px 20px;font-size: 18px;color:#444;background: #f4f4f4;margin: 20px 0;}
#articleInfo16 .item .info h3{color:#0a285e;font-size: 26px;line-height:120%;margin-top:10px;letter-spacing: 2.5px;font-weight:bold}
#articleInfo16 .item .info article{margin:20px 0 0;text-align:justify;line-height:200%}
#articleInfo16 .item .info li{margin:5px 0px 5px 20px;list-style-type:disc;list-style-position:inherit;color:#303030;line-height:180%;font-weight:400;text-align:justify}
#articleInfo16 .item .info li.stakes{list-style-type: auto;margin: 5px 0px 5px 30px;}
#articleInfo16 .item .info ol.two{display:flex;flex-wrap: wrap;justify-content: space-between;}
#articleInfo16 .item .info ol.two li.stakes{width: calc(50% - 30px);}

#nbastatBox *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:'Roboto',serif !important;font-size:15px}
#nbastatBox{position:relative}
.h2Title a{background:#144813;color:#fff;display:inline-block;padding:0 16px;border:2px solid #144813;margin-left:-5px}
.h2Title a:first-child{background:#27882b}
#nbastatBox{display:block;font-size:11px;margin: 20px 0;font-weight:400;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#nbastatBox .overlay{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;box-shadow:2px 0 5px -2px rgb(100 100 100 / 20%);left:0;position:absolute;top:0;z-index:90}
#nbastatBox .overflow table,#nbastatBox .overlay table{border-collapse:collapse;border-spacing:0;font-size:13px;margin-bottom:0;max-width:none;width:100%;background-color:transparent;height:auto;overflow:hidden;table-layout:auto}
#nbastatBox .overflow table thead{background-color: #0a285e;color:#FFF;height:26px}
#nbastatBox table thead{background-color:#2c2c2c;color:#FFF;height:26px}
#nbastatBox .overlay table thead tr th.center{padding:14px 7px 10px}
#nbastatBox table tbody tr td.center,#nbastatBox table tfoot tr td.center,#nbastatBox table thead tr th.center{text-align:center;padding: 15px;}
#nbastatBox table thead tr th.nobr{white-space:nowrap;min-width: 200px;width: 200px;}
#nbastatBox table thead tr th{color:#fff;line-height:1.15em;padding: 15px;vertical-align:bottom;z-index:20;border-bottom:0;text-transform:uppercase}
#nbastatBox table tbody tr td.rank,#nbastatBox table tfoot tr td.rank,#nbastatBox table thead tr th.rank{min-width:45px;width:45px;text-align:center}
#nbastatBox table tbody tr td.lineup,#nbastatBox table tfoot tr td.lineup,#nbastatBox table thead tr th.lineup{text-align:center;padding: 15px;}
#nbastatBox table thead tr th.lineup:nth-child(4){width:200px;min-width: 200px;}
#nbastatBox table tbody tr td.lineup svg, #nbastatBox2 table tbody tr td.lineup2 svg{width:20px;}
#nbastatBox table tbody tr{height:26px;background-color: #f4f4f4;}
#nbastatBox table tbody tr:nth-Child(odd){border-bottom: 1px solid #fff;}

@media screen and (max-width:768px){
	#nbastatBox .overflow{-webkit-overflow-scrolling:touch;overflow-x:scroll;}
	#articleInfo16 .item .photo{position:absolute;width:15%;top:0}
	#articleInfo16 .item:nth-child(2n) .photo{right:0}
	#articleInfo16 .item .info{margin:0;width:100%}
	#articleInfo16 .item .info h5,#articleInfo16 .item .info h3{margin:0 0 0 auto;padding:10px 2%;width:76%}
	#articleInfo16 .item .info h3{padding:15px 2%}
	#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0 auto 0 0}
	#nbastatBox table thead tr th.lineup{width:500px;min-width:500px;}
	#articleInfo16 .item .info ol.two li.stakes{width: calc(100% - 30px);}
}
@media screen and (max-width:480px){
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
	#articleInfo16 .item .photo{position:relative;margin:0 auto 10px;width:60%;display:block}
	#articleInfo16 .item .info h5,#articleInfo16 .item .info h3,#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0;padding:10px 2%;width:96%}
}