.webo {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 100;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
	max-width:728px;
}
.webo img {
    border: medium none;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}
.webo a:link {
  color: #ffffff;
  text-decoration: none;
}
.webo a:hover {
  color: #FF0099;
  text-decoration: none;
}

/* Responsive Small Devices */
@media screen and (max-width:768px) {
.webo img {
  float: none;
}
}