.jp-container{
	margin-top: 25px;
	margin-left: 0px;
	margin-bottom: 10px;
    width:440px;
    height:305px;
    position:relative;
    background:transparent;
    border:transparent;
}
.jp-container a{
	font-family: 'Asap', sans-serif;
	font-size: 14px;
    padding:10px 25px;
    display:block;
    line-height:20px;
    background-color: transparent;
}
.jp-container a:first-child{
    border-top:none;
}
.jp-container a:last-child{
    border-bottom:none;
}
.jp-container a:hover{
   background: transparent;
   border-bottom-color: transparent;
}
.jp-container a h3{ 
    font-size: 20px;
    font-family: 'Patua One', cursive;
    color: #f89939;
    padding:0px 0 0px 0;
}
.jp-container a img{
    float:left;
    margin:5px 10px 0px 0px;
    padding:3px;
    background:#fff;
    border:1px solid #D8DFEA;
}
