*{
   font-family: "M PLUS 1p"; 
	font-size: 13px;
}

.global-container {
    width: 100%;
    height: 100%;
    /*border-image: url("../img/frm_news_mainframe.png") 14;*/
    /*border-style: solid;*/
    /*border-width: 15px;*/
    border: solid 18px #32302f;
    display: flex;
    background-color: #32302f;
}

.left-container {
    width: 272px;
    height: 100%;
    /*border-image: url("../img/frm_news_innerframe.png") 14;*/
    /*border-style: solid;*/
    /*border-width: 15px;*/
    /*background-color: #d0bc99;*/
}

.container-spacer {
    width: 14px;
    height: 100%;
    /*background-color: #d0bc99;*/
}

.right-container {
    height:100%;
    width: calc(100% - 286px);
    background-color: #32302f;
}

.left-container #list.content {
    padding: 5px;
    position: relative;
    background: none;
    overflow-y: scroll;
    overflow-x: hidden;
}
.right-container #content.content{
    position: relative;
}


.contentWrapper {
    height: 100%;
    width: 100%;
    background-color: #282625;
    border-radius: 20px;
    padding: 14px;
}


.content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
}

.article-item {
    display: block;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

.article-item + .article-item {
    margin-top: 7px;
}

.banner-item {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    width: 96%;
    cursor: pointer;
	border-bottom:1px solid #fff;
}

.banner-item-image {
    width: 100%;
    user-select: none;
}

.banner-item-type-img {
    position:relative;
	display:inline-block;
	line-height:14px;
	vertical-align:top;
    user-select: none;	
}

.banner-item-topRightBadge {
    position: absolute;
    top: -4px;
    right: -10px;
}
.banner-item-topLeftBadge {
    position: absolute;
    top: 5px;
    left: 0px;
}

.article-item-header {
    display: flex;
    align-items: center;
    height: 20px;
}

.article-list{
	width:100%;
    margin-right:3px;
}

.article-date {
	display:inline-block;
	width:125px;
	height:14px;
	overflow:hidden;
    font-size: 11px;
    margin-left: 5px;
}

.article-img {
    width: 100%;
}

.article-title {
    font-size:15px;
}

.article-icon-new {
    width: 30px;
    margin-left: auto;
}

.article-item-heading {
    font-weight: bold;
    border-bottom: solid 1px white;
    padding-top: 2px;
    padding-bottom: 7px;
    padding-right: 15px;
    font-size: 13px;
    user-select: none;
}

#article{
	width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
#article-header{
	width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.news-title {
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
    line-height: 24px;
}

.news-badge{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    margin:10px;
}

.news-badge img{
    object-fit: contain;
    margin-right: 10px;
}

.news-date {
}

.news-banner{
    margin-top:20px;
}

.news-text {
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
}

.news-image {
    padding-top: 5px;
    padding-bottom: 5px;
    margin:auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-image img{
    width: 10%;
    flex-grow: 1;
    flex-shrink: 1;
}

.banner-article-image-wrapper {
    position: absolute;
    width: 100%;
    cursor: pointer;
}

.banner-article-image {
    width: 100%;
    user-select: none;
}

.news-image img + img {
    margin-left: 5px;
}

.news-table {
    width:80%;
    margin:10px 0px;
}
.news-table table {
    width:100%;
}

.news-table table,
.news-table th,
.news-table td {
    white-space: nowrap;
    word-break: break-word;
    border-collapse: collapse;
    border: 1px solid #ccc;
  }

.news-table table th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    background: #3f3f3f;
    color: #ffffff;
}

.news-table table td {
    padding: 10px;
    vertical-align: top;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #4e4442;
}

::-webkit-scrollbar-thumb {
  background-color: #d4890e;
  border-radius: 7px;
}


.center{
    text-align: center;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
    letter-spacing: 0.1em;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #f5d521;
}

.blue {
    color: #58a5ff;
}

.green {
    color: #18cd0a;
}

.orange {
    color: #ffab29;
}

.size-ss{
    font-size: 0.5rem;    
}

.size-s{
    font-size: 0.8rem;
}

.size-m {
    font-size: 1rem;
    line-height: 1.3rem;
}

.size-l{
    font-size: 1.5rem;
    line-height: 3.5rem;
}

.size-xl {
    font-size: 2rem;
    line-height: 2.8rem;
}

.separator {
    width: 100%;
    margin: 15px 15px 0px 15px;
}

td.yellow{
    background-color: #f5d521;
    color: #4e4442;
}

td.orange{
    background-color: #ffab29;
    color: #4e4442;
}

td.blue{
    background-color: #58a5ff;
    color: #4e4442;
}
