body,
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
.componentheading,
.contentheading,
body #jsn-menu ul.menu-mainmenu a,
body #jsn-menu ul.menu-mainmenu li a span {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', "Microsoft JhengHei", Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.highlight-news a {
  color: #F21D81;
}
.highlight-news a:hover {
  color: #BF0F3E;
}

table.table-style th {
  text-align: center;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: middle;
	border-left: 1px solid #fff;
}
table.table-style tbody th {
	text-align: center;
}
table.table-style tbody td {
	text-align: left;
}

.text-header {
  font-size: 34px;
  line-height: 1.7em;
  font-weight: bold;
  margin-top: 1em;
}
.text-content {
  font-size: 16px;
  padding: 0 1em;
}
.text-content p, .text-content ul, .text-content ol {
  line-height: 1.7em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.text-content p {
  text-indent: 2em;
}
.text-content ul,
.text-content ol {
  margin-right: 1em;
  margin-left: 1em;
}

.box-margin {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.thesis-author {
  font-weight: bold;
  text-decoration: underline;
}

.tab-content {
  background: #ffffff;
}

.rei-radius-05 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rei-radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.rei-radius-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.rei-border-radius-05,
.rei-img-radius-05,
.rei-img-01 {
  border: 1px solid rgba(0,0,0,0.17);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rei-border-radius-10,
.rei-img-radius-10,
.rei-img-02 {
  border: 1px solid rgba(0,0,0,0.17);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.rei-border-radius-20,
.rei-img-radius-20 {
  border: 1px solid rgba(0,0,0,0.17);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

table.style-colorheader thead th {
	/* border-right: 1px groove #fff; */
  	/* border-right: 1px solid rgba(0,0,0,0.17); */
}
table.style-colorheader tbody th,
table.style-colorheader tbody td {
	/* border-right: 1px groove #fff; */
  	/* border-right: 1px solid rgba(0,0,0,0.17); */
}

img.rei-article-thumb {
  float: left;
  width: 30%;
  margin: 5px 10px;
  padding: 5px;
  background: #FFF;
}
img.rei-image-border {
  padding: 3px;
  border: 1px solid #e5e5e5;
}


/* 2014-03-20 rei edit for tea-intro */
.rei-avatar-head {
  display: inline-block;
  margin:2px 10px 10px 10px;
}
.rei-avatar-fontsize {
  font-size: 1.2em;
}
.rei-div-inner > div {
  display: inline-block;
  vertical-align: bottom;
  padding: 5px;
}
.rei-avatar-img {
  border: 1px solid rgba(0,0,0,0.17);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  width: 150px;
  padding: 3px;
}


/* 2014-03-17 rei edit for Tags */
.rei-tags{
  margin:0;
  padding:0;
  position:absolute;
  right:24px;
  bottom:12px;
  list-style:none;
}
.rei-tags li, .rei-tags a{
  float:left;
  height:24px;
  line-height:24px;
  position:relative;
  font-size:11px;
}
.rei-tags a{
  margin-left:20px;
  padding:0 10px 0 12px;
  background:#0089e0;
  color:#fff;
  text-decoration:none;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px; 
  border-bottom-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;  
  border-top-right-radius:4px;  
} 
.rei-tags a:before{
  content:"";
  float:left;
  position:absolute;
  top:0;
  left:-12px;
  width:0;
  height:0;
  border-color:transparent #0089e0 transparent transparent;
  border-style:solid;
  border-width:12px 12px 12px 0;    
}
.rei-tags a:after{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  float:left;
  width:4px;
  height:4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background:#fff;
  -moz-box-shadow:-1px -1px 2px #004977;
  -webkit-box-shadow:-1px -1px 2px #004977;
  box-shadow:-1px -1px 2px #004977;
  }
.rei-tags a:hover{background:#555;} 
.rei-tags a:hover:before{border-color:transparent #555 transparent transparent;}

/* 2014-03-20 Sign in Instagram Button */
/* Base styles */
/* Base styles */
.rei-btn-instagram {
  font-size: 1.2em;
  /* font-family: sans-serif; */
  color:#333;
  text-shadow:1px 1px #fff;
  text-decoration: none;
  display:inline-block; 
  padding:0.5em 1.75em 0.5em 1em;
  border-radius: 0.25em;
  background: #f8f8f8;
  border:1px solid #ccc;
  border-right:0.25em solid #00558D; /* blue stripe */
  position: relative;
  margin:0 0 1px; 
}

.rei-btn-instagram:before, .rei-btn-instagram:after {
  content:'';
  display:block;
  position: absolute;
}

/* Add Stripes */
.rei-btn-instagram:before {
  width:0.25em;
  height: 100%;
  background:#FBB03B; /* yellow stripe */ 
  border-left:0.25em solid #D4145A; /* red stripe */ 
  border-right:0.25em solid #00A99D; /* green stripe */ 
  top:0;
  right:0;
}

/* Add Hightlights */
.rei-btn-instagram:after {
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.25em;
  padding-left: 0.25em;
  box-shadow: inset 1px 1px 0px rgba(255,255,255,0.5), inset -1px -1px 0 rgba(0,0,0,0.1);

background: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.2) 49%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.35)), color-stop(49%,rgba(255,255,255,0.2)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#1a000000',GradientType=0 );

}


/* Animate - Fade */
.rei-btn-instagram, .rei-btn-instagram:before {
    -webkit-transition-property: background, border;
    -webkit-transition: 0.1s ease-in;
    -moz-transition-property: background, border;
    -moz-transition: 0.1s ease-in;
    -o-transition-property: background, border;
    -o-transition: 0.1s ease-in;
    transition-property: background, border;
    transition: 0.1s ease-in;

}

/* Hover / Focus */
.rei-btn-instagram:hover, .rei-btn-instagram:focus  {
  background: #fff;
}

.rei-btn-instagram:hover {
  border-right:0.25em solid #09c;
}

.rei-btn-instagram:hover:before {
  background:#fc6; /* yellow stripe */ 
  border-left:0.25em solid #f06; /* red stripe */ 
  border-right:0.25em solid #0cc; /* green stripe */ 
}

.rei-btn-instagram:hover:after {
background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 49%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(49%,rgba(255,255,255,0.1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.05)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.05) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.05) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.05) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.05) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#0d000000',GradientType=0 );

}

/* Active */
.rei-btn-instagram:active {
  margin:1px 0 0; 
}