@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
		body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;    font-size: 14px;    line-height: 1.5;    color: #333333;    background-color: #ffffff;  }
		
		
		header{ border-top:4px #00a76d solid; width:100%; }
		header .banner{    width: 90%;    margin: 0 5%;   position: relative;    float: left;    padding: 10px 0;}
		header .banner .WClogo{ float:left; width:30%; }
		header .banner .playStore{ float:right; width:60%; text-align: right; padding:10px 0 0 0 }
		header .banner .playstore a {float:right;}
		
		section{ border-top:1px solid #E1E1E1; width:90%; margin:0 5%; float:left; position: relative; padding-bottom: 130px}
		section .articleImg{padding:10px 0 0 0 }
		h2{ font:20pt bold; color: #00A76d; margin: 20px 0;font-family: arial; }
		p{font-size:14pt; color:#231F20; line-height: 1.5; margin:10px 0}
		
		footer{ background:#00A76D; padding:10px 0 20px; text-align: center; position: fixed; z-index:10; bottom:0; width:100%; }
		footer p{color:#FFF; font-size:12pt; font-weight: normal; padding:0 10px}
		.downloadBtn{ background-color:	#fff; color:#00A76d; text-decoration:none; text-align: center; border: 1px solid #058d5e; border-radius: 6px; padding:10px 20px; font-weight:bold; font-size:14pt; cursor: pointer}
		.downloadBtn:hover{background-color:#231F20; color:#FFF; font-weight:normal}
		
		.pdf{ padding: 4px;    width: 200px;    height: 70px;    background: url(../images/ic_pdf.png) 5px 4px no-repeat;    font-size: 20pt;    padding-left: 40px;    color: cornflowerblue;    padding-top: 23px;    margin: 0 auto;    display: block;    margin-top: 10px;    text-decoration: none;}		

		
		@media only screen and (max-width: 500px) {
    /* For mobile phones: */
			
    header .banner .WClogo{ width:100%; text-align: center }
	header .banner .playStore{    width: 100%;    text-align: center; padding-top:20px}	
	section .articleImg{width:100%}
}