/* add 20230313 start*/
.event_title{display:table; width:100%}
.event_title > h2{font-size:inherit; margin:0; display:table-cell; width:70%;  vertical-align: top;}
.event_title .event_button{display:table-cell;text-align:right}
.event_title .event_button .btn-addCal{
    border-radius: 4px;border: 1px solid transparent;
	background: 0;
    border-color: #3b3d42;font-size: 13px;
    color: #3b3d42;font-family: Roboto, sans-serif;
    min-width: 100px;text-align: center;
    vertical-align: middle;font-weight:400;
    padding: 10px 15px;margin-right: -5px;margin-top: -2px;
    white-space: normal;}
	
/*html[lang='zh-HK'] .event_title .event_button .btn-addCal{font-size:16px;}
html[lang='zh-CN'] .event_title .event_button .btn-addCal{font-size:16px;}
*/
html[lang='en-US'] .event_title .event_button .btn-addCal{font-size:10pt;font-family:'Calibri Light';word-spacing: -2px;margin-top: 2px;}

.event_title .event_button .btn-addCal:hover{color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;}
.calendarSelect{
    margin: 0!important;
	font-size: 12px;
    position: absolute;
    display: none;
    font-family: "Trebuchet MS", Verdana, Calibri, Arial;
    z-index: 9999;    right: 18px;
}
.calendarSelect .pointer {
    height: 7px;
    background-image: url(images/pointer.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.calendarSelect .item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 15px 10px 10px;
    position: relative;
}
.calendarSelect .item .close {
	float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    right: 3px;
    top: 3px;
    background-image: url(images/close.gif);
}
.addCalIco {
    background-image: url(images/icon3.gif);
    background-repeat: no-repeat;
}
.calendarSelect .item a {
    color: #777;
    text-decoration: none;
    display: block;
    line-height: 24px;
    padding: 2px 5px 2px 26px;
    text-align: left;
}
.google_addCalendar {
    background-position: -180px 0;
}
.outlook_addCalendar {
    background-position: -90px -90px;
}
.iCal_addCalendar {
    background-position: -60px -120px;
}
.yahoo_addCalendar {
    background-position: -150px -30px;
}
.windowlive_addCalendar {
    background-position: -120px -60px;
}

@media screen and (max-width: 767px){
	.event_title > h2{width:100%;display:inline-block; margin-bottom:20px;}
	.event_title .event_button{width:100%;display:inline-block;text-align:left;}
	.event_title .event_button .btn-addCal{font-size:16px;}
}
/* add 20230313 end*/