.purple{color: #3564b1;font-weight: 500;}
.white{color: #ffffff;font-weight: 500;}


.rcol {
    width:333px;
/*    background-color: #ffffff;*/
/*    opacity: 0.7;*/
}
#orphan_isi .rcol {
    width: 1000px
}

#stories .rcol {
    margin-left: 666px;
}


.rcol>div
{
/*    top: 130px;*/
    opacity: 1;
    width:323px;
    z-index:4;
    font-size: 13px;
    color: #666766;
    padding: 0 10px;
}

#orphan_isi .rcol>div {
    width: auto;
}


.rcol p
{
    padding-bottom: 8px;
}



#rightISI
{
    margin-top: 45px;
    padding-top: 10px;
    overflow-y: scroll;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFF;
    opacity: 0.7;
}

#rightISI::-webkit-scrollbar {
    width:6px;
}

#rightISI::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 3px;
}

#rightISI::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
}



#isi h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #004165;
  font-family: "Avenir LT W01_65 Medium", sans-serif;
  font-weight: normal;
  line-height: 22px;
}
.psa #isi h2 {
  color: #004165;
  font-family: "Avenir LT W01_65 Medium", sans-serif;
  font-weight: normal;
}

#isi p {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
/*  line-height: 22px;*/
  margin-bottom: 0;
  font-family: "source_sans_proregular";
  font-weight: normal;
}
#isi p strong {
  font-family: "source_sans_probold";
  font-weight: normal;

}

#isi a.soft {
    color:#000;text-decoration:none;


}
#isi a.soft:hover {text-decoration:underline;}
