@charset "utf-8";



table td:first-letter {
 text-transform: capitalize;  
}

strong {
  font-size: 115%;
}

table td{
  padding: 20px;
  border: 1px solid #E2E2E2;
}

table {
  width: 100%;
  text-transform: lowercase;
}

.img-rounded{
}
.img-circle{
}
.article img {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.pull-right{
  margin: 10px 0px 20px 20px;
}
.pull-left {
  margin: 10px 20px 20px 0px;
}
.content .item img {
  margin-right: 25px;
  width: 220px;
}
.content {
  margin-bottom: 25px;
}