The default CSS used in the widget
/**
* default Widget css.
*/
.widget .eaw-block ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.widget .eaw-block li {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}
.widget .eaw-block a {
display: inline;
text-decoration: none;
}
.widget .eaw-block h3 {
background: none;
clear: none;
margin-bottom: 0;
margin-top: 0;
font-weight: 400;
font-size: 12px;
line-height: 1.5em;
}
.widget .eaw-thumb {
border: 1px solid #EEE;
box-shadow: none;
margin: 2px 10px 2px 0;
padding: 3px;
}
.widget .eaw-summary {
font-size: 12px;
}
.widget .eaw-time {
color: #bbb;
font-size: 11px;
}
.widget .eaw-comment {
color: #bbb;
font-size: 11px;
padding-left: 5px;
}
.widget .eaw-alignleft {
display: inline;
float: left;
}
.widget .eaw-alignright {
display: inline;
float: right;
}
.widget .eaw-aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.widget .eaw-clearfix:before, .widget .eaw-clearfix:after {
content: "";
display: table;
}

