
#hkps .field--name-field-image img{
height: auto;
}


#hkps div.profile-box img{
margin: 0  auto !important;
display: table;
height: auto;
}

#hkps .tbl_out{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
}

#hkps table.schedule,
#hkps table.schedule td{
border: none !important;
border-collapse:collapse;
margin: 0;
}
#hkps table.schedule tr{
border-bottom: 1px dashed #ccc;
}
#hkps table.schedule tr:first-child{
border-top: 1px dashed #ccc;
	}
#hkps table.schedule td{
padding: 10px 0;
}
#hkps td.time{
/* width: 100px; */
font-weight: bold;
}
#hkps div.gray-box{
background-color: #e7e7e7;
padding: 5px;
}





#hkps h1.post-title{
font-size: 32px;
font-weight: bold;
line-height: 1.2;
}

#hkps p{
line-height: 2.25;
font-size: 16px;
padding: 0;
letter-spacing: 0;
}

.fb{
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: -0.5em;
}

#hkps .profile-box {
    margin: 1em auto;
    padding: 15px 10px;
    background-color: #fafafa;
    border-radius: 10px;
    border: solid 3px #e1e1e1;
}
#hkps .profile-box img {
    margin: 0 auto !important;
}
#hkps .profile-box .fb {
    font-weight: bold;
    text-align: center;
    font-size: 1em;
}

#hkps .profile-box p{
    line-height: 1.8em;
    margin: 15px 0;
    font-size: 90%;
    padding: 0 3%;
}

#hkps h2{
margin-top: 3em;
font-size: 110%;
padding-bottom: .5em;
margin-bottom: 24px;
border-bottom: 4px solid #ff8896;
}

#hkps figure {
    max-width: 100% !important;
    margin: 32px 0;
}

#hkps  figure>img {
    margin: 0 auto !important;
    display: table;
}

#hkps figure img+figcaption {
    margin-top: 8px !important;
    margin-bottom: 32px !important;
    display: block;
    font-size: 10px;
    text-align: center;
}


#hkps h3 {
    position: relative;
    padding: .5em .25em .5em 1.7em;
    margin-bottom: 24px;
    font-size: 16px;
    background-color: #e7e7e7;
}
#hkps h3:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    content: '';
    width: 12px;
    height: 18px;
    background-color: #ff8896;
}

#hkps strong {
    background: linear-gradient(transparent 60%,#ffd1de 60%);
    -moz-background: linear-gradient(transparent 60%,#ffd1de 60%);
    -webkit-background: linear-gradient(transparent 60%,#ffd1de 60%);
    -o-background: linear-gradient(transparent 60%,#ffd1de 60%);
    -ms-background: linear-gradient(transparent 60%,#ffd1de 60%);
}




@media screen and (max-width : 768px){

#hkps h1.post-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}

#hkps table.schedule td{
display: block;
width: 100% !important;
}
#hkps td.time{
padding-bottom: 0 !important;
}
}
