
/*  ////////////////  article ////////// */


.title {
  font-family:title;
  width:90%;
  background-color: #34495E ;
  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 ; } 
}
*/