@media only screen and (max-device-width: 480px) {
    .position-absolute {
        position: static !important;
    }
}


.content-detail {
    word-break: break-word;
}

.content-detail p {
	margin: 10px 0;
}

.image.center {
	margin: 0 auto;
	max-width: 100%;
}
.image.center img {
	max-width: 100%;
}

.image td.desc {
	padding: 10px;
}

.custom-height-history-item img {
height: 165px;
    display: block;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.custom-height-history-item .desc {
 display:none;
}

