/* CSS Document */

.wakuService{
	margin-bottom:20px;
	padding:20px;
	background-color:#fcfcfc;
	border-radius: 7px;         /* CSS3 */
    -moz-border-radius: 7px;    /* Firefox */
    -webkit-border-radius: 7px; /* Safari,Chrome */
	border:1px solid #999;
	
    box-shadow: 0 3px 3px #CCC;	
}

.wakuService h4{
	margin:0 20px 0;
	color:#16077B;
	font-size:20px;
}