//this css is specifique to this journal
.HeaderParagraph{
        float: left;width: 100%;margin-bottom: 5px;height: auto;
    }
    .HeaderParagraph h1{
        margin-bottom: 20px;margin-top:20px;font-size: 110%;font-weight: bold;
		color:#24608C;
    }
    .ArticleList{
        margin-bottom: 10px;
		float:left;
    }
    .ArticleList:hover{
        border-left: 4px solid #0C5DC5;
        margin-right: 5px;
        cursor: pointer;
        background-color: #F0F0F0;
    }
	.ArticleList img{
		float:left;
		margin: 5px;
		border:1px solid #0C5DC5;
		width:80px;
		height:80px;
	}
    .TopAdDiv{
        float: left;width: 100%; border-bottom: 1px solid #CCCCCC;
        background-image: url("https://systems.panafrican-med-journal.com/ext.resources/images/background-img/bg.png");
        background-repeat: repeat;
    }
    .AdContainer2{
        margin: 0;
        width: auto;
    }
	
	.Ndop{
		background-image:url(img/ndop.jpg);
		background-repeat:repeat;
		border:1px solid #263753;
	}
	.Ndop p{
		font-weight:bold;
		color:#FFFFFF;
		border:1px solid #FFFFFF;
	}
	.SuppIndex{
		text-align:justify;border:1px solid #CCCCCC;padding:10px;
	}
	.SuppIndex a:link{
		 color:#416480;
		 text-decoration:none;
	}
		.SuppIndex a:active{
		 color:#416480;
		 text-decoration:none;
	}
		.SuppIndex a:visited{
		 color:#416480;
		 text-decoration:none;
	}
		.SuppIndex a:hover{
		 color:#416480;
		 text-decoration:none;
		 font-weight:bold;
	}
	.SuppIndex h5{
		font-size:80%;
		margin-top:5px;
	}
	.SuppIndex img{
		float: left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px; border:1px #CCCCCC solid;
	}
	.SuppIndexTitle{
	background-color:#B00000;color:#FFFFFF;font-weight:bold;padding:5px;font-size:80%;text-align:center;margin-bottom:5px;
	}
	.nav-item {
		 color:#CCCCCC;
	}
	.MailAlert img{
		border:1px solid #CCCCCC;
		border-radius:4px;
	}
	.SupplementTable tr td{
		padding:7px;
	}
	.SupplementTable a:link{
		 color:#416480;
		 text-decoration:none;
	}
		.SupplementTable a:active{
		 color:#416480;
		 text-decoration:none;
	}
		.SupplementTable a:visited{
		 color:#416480;
		 text-decoration:none;
	}
		.SupplementTable a:hover{
		 color:#416480;
		 text-decoration:none;
		 font-weight:bold;
	}
	.SupplementTable img{
		border:1px solid #CCCCCC;
	}
	.SuppAbout{
		font-size:80%;
		padding:15px;
	}
	
		.SuppAbout a:link{
		 color:#416480;
		 text-decoration:none;
	}
		.SuppAbout a:active{
		 color:#416480;
		 text-decoration:none;
	}
		.SuppAbout a:visited{
		 color:#416480;
		 text-decoration:none;
	}
		.SuppAbout a:hover{
		 color:#416480;
		 text-decoration:none;
		 font-weight:bold;
	}
	.Supp3Img{
		background-image:url("https://www.panafrican-med-journal.com/content/series/27/3/img/cover.png");
		height:180px;
		background-repeat:no-repeat;
		margin:10px;
		border: 1px solid #CCCCCC;
		box-shadow: 5px 5px #CCCCCC;
		width:140px;
	}
	.TileTitle{
		background-color:#B9D2E3;
	}
	.ImageQuizz{
	font-size:80%;
}
.ImageQuizz img{
vertical-align: top;	
border:1px solid #CCCCCC;
}

.ImageQuizz table{
	width:100%;
}
.ImageQuizz li{
	line-height:25px;
}
.ImageQuizz button{
	font-size:small;
}
.FeatClass{
width: 100%;margin: 0;padding: 0px;float: left;border: 1px solid #DCDCDC;background-color: #F5F5F5;font-size:100%
}

.SearchBar input[type=text] {
  width: 10%;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  padding:5px;
  font-size:80%;
  border:1px solid #CCCCCC;
  background-color:#F1F1F1;
  margin:0px;
  
}

.SearchBar input[type=text]:focus {
  width: 50%;
}
