.nativelpad-content {
	max-width:620px;
	background-color: #f6f6f6;
	padding-bottom:5px;
}
.nativelpad-content .nativelpad-header{
    color: #aaa;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
}
.nativelpad-content .nativelpad-thumbnail img {
    max-height: 140px;
    max-width: 140px;
    border: 1px solid #b6b6b6 !important;
    padding: 2px;
}
.nativelpad-content .nativelpad-thumbnail iframe {
    max-height: 140px;
    border: 1px solid #b6b6b6 !important;
    padding: 2px;
}
.nativelpad-content .nativelpad-sponsor {
    padding-top:.5em;
    padding-bottom:.5em;
    text-align:right;
}
.nativelpad-content .nativelpad-sponsor img {
    height:1.6em;
    display:inline;
    vertical-align:-.5em;
}
.nativelpad-content .nativelpad-sponsor small {
    font-size:12px;
    color:#999;
}
.nativelpad-post p {
    margin: 2px 0;
}
.nativelpad-content .nativelpad-thumbnail {
    float:left;
	padding: 0 10px 0 0;
}
.nativelpad-content .nativelpad-post {
    padding: 0 10px 0 0;
	width:400px;
    float:left;
}
.nativelpad-reset {
    clear:both;
}
@media screen and  (max-width: 640px) {
.nativelpad-content .nativelpad-post {
	width:95%;
}
}
/* Article CSS */
.nativeapad-content {
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
margin: 10px auto;
padding: 10px;
background:#f9f9f9;
width:95%;
}  

.nativeapad-thumbnail {
width: 120px;
float: left;
margin-right: 10px;
}
.nativeapad-header {
font-weight: bold;
font-size: 14px;
line-height: 16px;
text-decoration: none;
color:#aaaaaa;
font-family: "Helvetica",Arial,sans-serif;
}
  
.nativeapad-thumbnail img {
border: 1px solid #b6b6b6 !important;
padding: 0px;
width: 100%;
}
.nativeapad-post a {
color: #177dbc;
font-size: 16px;
line-height: 18px;
font-weight: bold;
text-decoration:none;
font-family: "Helvetica",Arial,sans-serif;
}
.nativeapad-post a:hover {
text-decoration: underline;
color: #177dbc;
font-size: 16px;
line-height: 18px;
font-weight: bold;
font-family: "Helvetica",Arial,sans-serif;
}
.nativeapad-post p {
margin: 2px 0 !important;
font-size: 12px !important; 
color:#413f41;  
}
.nativeapad-sponsor{
font-weight: normal;
font-size: 12px;
line-height: 12px;
color:#413f41;
display: inline;
float:right;
font-family: "Helvetica",Arial,sans-serif;
}
.nativeapad-reset {
clear: both;
}
@media only screen and (max-width: 600px) {
.nativeapad-sponsor{
display: block;
}
}