input {
    -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
}

.stories_container h3{
text-align:left;	
}

#contentBody h3{
padding-left:10px;
padding-top:10px;
}

.Desktop_Version{
display:block;
}
.Mobile_Version{
display:none;
}

.stories_issuetitle{
float:left;
text-align:left;
padding-left:5px;
}

.stories{
width:auto;
max-width:100%;	
}

.stories tr td{
width:auto;
max-width: 33%;
/*border-left:1px solid #0082BB;
border-right:1px solid #0082BB;*/
text-align:center;
padding-left:3px;
padding-right:3px;
}

.Story_img{
max-width:265px!important;
width:auto!important;
}

.Divider_IssueTitle{
/*border-bottom: 3px solid black;*/
max-width:50px;
width:auto;
}

.headerWithDivider, .bottomWithDivider{
line-height:5px;
}

.headerWithDivider text, .bottomWithDivider text{
font-weight:bold;
font-size:20px;
/*color:#0082BB;*/
bottom:0;
}

.headerWithDivider hr{
/*border-bottom: 3px solid #0082BB;*/
margin-right:17px;
}

.bottomWithDivider hr{
/*border-bottom: 3px solid #0082BB;*/
margin-right:20px;
}

/*.hr_hc{
border-bottom: 1px solid #0082BB;
}*/

.btn_more{
font-size:16px;
/*color:#0082BB;*/
}

/*.btn_more:hover{
color:black;
}*/

.social-share {
cursor:pointer;
width:30px;
height:30px;
}

#btn_share{
line-height:25px;
float: right;
width:auto;
max-width:75px;
padding-top:65px;
}

#btnlist_share{
list-style:none;
display:flex;
float:right;
padding-top:60px;
}

#btnlist_share li{
padding-left:5px;
}

#btnlist_share li img{
margin-top:-5px;
}

.index_use_share{
padding-top:0px;	
}

.hidden {
  display: none;
}

h4.story-h4{
/*background-color:transparent !important;*/
font-size:20px;
font-weight:bold;
}

.CoverImg {
  display: inline-block;
  padding-left:10px;
}


.w-325 {
	max-width: 325px;
	padding: 0px;
}

.w-525 {
	float: left;
	max-width: 525px;
	padding: 0px;
}


.no-expand {
  font-size:16px!important;
  text-align:justify;
  box-sizing: border-box;
  width: 0px;
  min-width: 100%;
  /*background: #DFF0F8;*/
  padding-left:5px;
  padding-right:5px;
}

.IMG_vertical{
max-width:325px;
width:auto;
}

.figcaption {
	/*background: #DFF0F8;*/
	font-size:16px!important;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}

.figcaption_blank {
	/*background: transparent;*/
	text-align:left;
	line-height:5px;
}

.figcaption_vertical{
	/*background: #DFF0F8;*/
	font-size:16px!important;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	max-width:325px;
    width:auto;
}

@media (max-width: 1024px) {
.stories_container .text-left p{
text-align:left!important;	
}

.Desktop_Version{
display:none!important;
}
.Mobile_Version{
display:block!important;
}

.Stories_content img{
display: inline-block;
padding-left:10px;		
}

.w-100{
float:left;
}


.Story_img{
width:auto!important;	
max-width:300px!important;
}

.IMG_vertical{
max-width:100%;
width:auto;
}

.figcaption_vertical{
	/*background: #DFF0F8;*/
	font-size:16px!important;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	max-width:100%;
    width:auto;
}

.bottomWithDivider hr{	
  margin-right:20px!important;	
}

.headerWithDivider hr{
margin-right:-1px;
}

.hr_bottom{
margin-right:0px!important;	
}
}

@media (max-width: 450px) {
#btn_share{
padding-top:0px;
margin-top:-20px;
padding-bottom:10px;
}

#btnlist_share{
padding-top:10px;
}

.index_use_share{
float:left;
margin-left:-45px;
}
}

.hr_seperate {
	border: 1px solid #0082BB;
}


.issue_story_div_table_div {
	padding: 0px 10px;
}

/*.issue_story_table_div {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.issue_story_table_col {
	border-top: 1px solid black;
	border-left: 1px solid black;
}*/
