#descModal{
	margin: 20px;
	display: block;
	width: auto;
	text-align: justify;
}

#descHeader {
    height: 100px;
    width: 100%;
}

#descHeader img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.descContentText {
    margin-bottom: 20px;
    text-align: justify;
}

.descContentHeader {
    
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left !important;
    color:#a8c632;
}

.kpjp-main-container.contrast .descContentHeader {
    color:yellow;
}

.descContent {
    text-align: left;
}

table#descTable {
    text-align: center;
    font-weight: bold;
}

.kpjp-main-container.contrast table#descTable {
    color:black;
}
#descTable > thead > tr > th {
    text-align: center;
}

.kpjp-pc-additional-info .descContentText p { margin-bottom: 10px; }