/*---------------------------------------------
investment_trust_h4
---------------------------------------------*/
.investment_trust_h4{
font-weight:bold;
color:#004e80;
font-size:120%;
}


/*---------------------------------------------
investment_trust_topic
---------------------------------------------*/
.investment_trust_topic{
width:100%;
margin-left: auto;
margin-right: auto;
font-weight:bold;
text-align:center;
padding:0;
background-color:#eee9dd;
border-radius: 0.9em;
}


/*---------------------------------------------
investment_trust_graph
---------------------------------------------*/
.investment_trust_graph{
width:100%;
margin-left: auto;
margin-right: auto;
font-weight:bold;
text-align:center;
padding:0;
background-color: #faf0ca;
border-radius: 0.9em;
}


/*---------------------------------------------
investment_trust_note
---------------------------------------------*/
.investment_trust_note{
font-size:90%;
color:#4e4e4e;
padding-left: 0em;
text-indent: -1.3em;
position: relative;
z-index: 10;
max-width: 1045px;
margin: 30px auto 0;
padding: 0 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between; }


/*---------------------------------------------
table
---------------------------------------------*/
table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #007a37;
}

table th{
  text-align: center;
  color: #fff;
  background-color: #00b050;
  border-left: 1px solid #007a37;
  border-top: 1px solid #007a37;
  border-bottom: 1px solid #007a37;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
}

table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 5px;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
  text-align: left;
  padding-left: 20px;
  padding-right: 5px;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table td:first-child{
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
table td:last-child{
  padding-left: 10px;
}
}

/*---------------------------------------------
lyt-img-01
---------------------------------------------*/
.lyt-img-01 {
  display: block;
  text-align: center;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
  .lyt-img-01 {
    margin-bottom: 0.8em;
  }
}

