.king-notes input, .king-notes textarea,
.king-notes input[type=text]
{
    width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
}
.king-notes .bc-bodyfat:after,
.king-notes .bc-entry .bc-input:after{
	top: 6px;
}
.king-notes .bc-section,.king-notes .tl-section,.king-notes .soap-section {
    margin-top: 20px;
    margin-bottom: 30px;
}
.king-program ul.catalog_nav{
	padding-left: 0;
}
.king-program ul.catalog_nav li .category-state-plus {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    margin: 0 20px;
    min-width: 16px;
}
#program-item{
	cursor: pointer;
}
#program-page{    
	padding: 0 35px;
}
#program-page .column-container-left{
	float: left;
    width: 50%;
}
#program-page .column-container-right{
	float: left;
    width: 50%;
}
#program-page .title-container .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: normal;  
	letter-spacing: 0.1em;
}
#program-page .title-container .name {
    font-size: 26px;
	font-weight: normal; 
	margin-bottom: 20px;   
	letter-spacing: 0.1em;
}
#program-page .description-row{
	font-size: 13px;
    font-weight: normal;  
	padding-top: 40px;
}
#program-page .description-row .label{
	font-weight: bold;
    text-transform: uppercase;
}
#program-page .detail-container .info-row-header {
    font-size: 12px;
    font-weight: 600;
    max-width: 100%;  
	margin-top: 20px;
}
#program-page .detail-container .info-row-header > div {
    height: 20px;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
}
#program-page .detail-container .info-row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    max-width: 100%;
}
#program-page .detail-container .info-row > div {
    height: 90px;
    width: 130px;
}
#program-page .detail-container .info-row > div > div {
    text-align: center;
}
#program-page .detail-container .info-row .info {
    font-size: 26px;
}
#program-page .detail-container .info-row .label {
    font-size: 16px;
	font-weight: normal;
}
#program-page .sub-section .video-label{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 40px;
    margin-bottom: 20px;
}
#program-page .sub-section .iframe-wrapper iframe{
	width:100%;
	height:371px;
}
#king-program .return-link{
	font-size: 12px;
    font-weight: normal;
}
.catalog-search form input[type='text'] {
    font-weight: normal;
}
.catalog-search form button[type='reset']{
	cursor: pointer;
}
/* width */
.catalog_nav::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.catalog_nav::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.catalog_nav::-webkit-scrollbar-thumb {
  background: #d5d5d5; 
}

/* Handle on hover */
.catalog_nav::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.catalog-history .link-container .link span {
		font-size: 15px;
}
.arrow_box {
	display: inline-block;
    position: relative;
    background: #efefef;
    border: 4px solid #efefef;
    color: #040d41;
    padding: 0 5px; 
	cursor: pointer;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:before {
    border-color: rgba(65, 187, 231, 0);
    border-right-color: #efefef;
    border-width: 16px;
    margin-top: -16px;
    margin-right: 4px;
}
@media only screen and (max-width: 768px) {
	.king-program{
		display: block;
	}
	.catalog_container, #program-page{
		width:100%;
	}
	#program-page {
		padding: 0;
	}
	#program-page .title-container{
		padding-top: 40px;
	}
	.catalog-history .list .row .text-column {
		min-width: 25%;
	}
	.catalog-history .link-container{
		    width: 100%;
	}
	.catalog-history .link-container .link {
		width: 50%;
	}
	#program-page .sub-section .iframe-wrapper iframe{
		width:100%;
		height:345px;
	}
	#program-page .detail-container .info-row,
	#program-page .detail-container .info-row-header{
		    max-width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.catalog-history .list{
		overflow-x: auto;
	}
	.catalog-history .list .list-scroll-container {
		overflow-y: unset;
	}
	.catalog-history .list .row .text-column {
		min-width: 200px;
	}
	#program-page .sub-section .iframe-wrapper iframe{
		width:100%;
		height:288px;
	}
}
@media only screen and (max-width: 480px) {
	.catalog-history .link-container .link span {
		font-size: 15px;
	}
	#program-page .sub-section .iframe-wrapper iframe{
		width:100%;
		height:216px;
	}
}