/* Enter Your Custom CSS Here */
.author-info-wrap {
    display: none;
}
.credit-text {
    display: none;
}
.comments-area {
    display: none;
}
tr:nth-child(1) {
    background: #4f7758;
}
td.tm17.tm18.tm19 {
    min-width: 100px;
}

h3.Normal.tm6 {
    color: white;
}

table {
    border: 1px;
}

div#primary {
    font-size: larger;
    line-height: 1.9;
}
h1,h2 {
    color: #089877!important;
    font-weight: bold;
}

h5 {
    font-size: large;
    margin: 30px 0;
    font-weight: bold;
    line-height: 2;
}
.entry-header{
		display:none;
}
/* in mobile h5 use css */

.cts_center{
    text-align: center;
}

.cts_center {
    background: #bb9145;
    padding: 5%;
    color: white;
}

strong.cts_bgu {
    width: 100%;
    background: blanchedalmond;
    padding: 10px;
    margin: 10px 0;
}

.cts_bgu {
    background: blanchedalmond;
    padding: 5px;
    margin: 10px 0;
}
.cts_h3u {width: 100%;
    background: #FFFF99;
    padding: 15px;
}
.cts_h3ug {
    width: 100%;
    background: #93de1c;
    padding: 15px;
    margin: 20px 0;
}
table.cts_prod_table {
    font-size: large;
    font-weight: 500;
}
table.cts_prod_table td {
    padding: 10px 5px;
}

body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.cts_card{
  background: #b8cab8;
  margin-top: 40px;
}
.cts_card img{
  width: 100%;
  height:auto;
}
/*
 * Sidebar
 */
 table.cts_prod_table img {
  width: 100%;
  height: auto;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


body {
	    background: #e8e8e8;
   
}

#page{
	 max-width: 500px;
    margin: auto;
}

.site-info {
    display: none;
}


table.cts_tophk td {
    max-width: 150px;
    padding: 10px;
}

li#menu-item-125 a {
    color: black;
}

li#menu-item-125 {
    background: bisque;
}
