html body .tjw-wp {
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-align: left!important;
  line-height: 100%;

}

html body .tjw-wp .tjw-wp-header{
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

html body .tjw-wp ul {
  padding: 0px 5px 5px;;
  margin: 5px 0px;
}

html body .tjw-wp ul li {
  background: #f5f5f5;
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin: 0px;
  list-style: none;
  padding: 0px;
  margin-right: 5px;
}

html body .tjw-wp ul li a {
  border: 0px;
  text-decoration: none;
}

html body .tjw-wp ul li img {
  border: 0px;
  width: 60px;
  height: 60px;  
}

/* CLEARFIX */

.tjw-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.tjw-clearfix {
    display: inline-block;
}

html[xmlns] .tjw-clearfix {
    display: block;
}

* html .tjw-clearfix {
    height: 1%;
}