
/*  ////////////////  article ////////// */


.titleblue { 
  font-family:title;
  width:calc( 100% - 40px);
  background-color: #0074d9 ;
  margin: 20px;
  padding:20px 5px ; 
  font-size:20pt; color:white; 
  text-align:center; 
  border-left: 10px solid #00308F;
  line-height:1.25; 
  }



.titlekh {
    padding: 20px 0 ;
    padding-left: 50px;
    margin: 0 20px;
    margin-bottom:20px;
    border-bottom:solid 1px #999;
    position: relative;
    line-height: 1.5;
    font-weight: 600;
}



.titlekh > .titleback{
    position:absolute; 
    left:0; 
    top:20px;
    padding:5px;
    border-radius:5px;
    background-color: #fff;
    color:#222;
    font-size: 12px;
}

.titlegrey { 
  font-family:title;
  width:calc( 100% - 40px);
  background-color: #444 ;
  margin: 20px;
  padding:10px 20px 10px 10px; 
  font-size:20pt; color:white; 
  text-align:right; 
  border-left: 10px solid #222;
  line-height:1.25; 
  }


.title {
  font-family:title;
  width:90%;
  background-color: #0074d9; /* #34495E ; */
  color: white;
  padding:20px 5px ; 
  font-size:18pt; color:white; 
  text-align:center; 
  border-left: 5px solid #212F3D;
  border-right: 5px solid #212F3D;
  line-height:1.25; 
  border-radius: 15px 15px 0 0;
  margin-bottom: 0!Important;
  }


.maintopic {display:block;}


.topic {
  background:white; 
  display:block;
  width:90%!Important;
  font-family : droid1;
  color:black;
  font-size:12pt;
  line-height:2;
  padding: 10px 15px;
  text-align:justify;
  border-left: 5px solid #212F3D;
  border-right: 5px solid #212F3D;
  margin-top: 0!Important;
  border-radius: 0 0 15px 15px;

}



.topichead {
  background:white; 
  display:block;
  width:90%!Important;
  font-family : droid1;
  color:black;
  font-size:12pt;
  line-height:2;
  padding: 10px 15px;
  text-align:justify;
  border-left: 5px solid #212F3D;
  border-right: 5px solid #212F3D;
  margin-bottom: 0!Important;
  border-radius: 15px 15px 0 0;

}


.title2 {
  font-family:title;
  width:90%;
  /*background-color: #2565AE ;*/
  padding:10px ; 
  font-size:16pt; color:darkblue; 
  text-align:center; 
  /*border-left: 3px solid #212F3D;*/
  /*border-right: 3px solid #212F3D;*/
  /*line-height:1.25; */
  /*border-radius: 10px ;*/
  }


.topic a ,  .topic a:hover ,  .topic a:active ,  .topic a:link {
    text-decoration: none;
}

.morelinks {
  font-family : DroidKufiRegular;
  color:dark;
  line-height:1.3;
  font-size:12pt;
  padding: 10px;
  text-align:justify;
}


/*
@media screen and (max-width:600px){  
    .topic {width:100%;  padding:8px ; } 
}
*/