@charset "utf-8";
  /* CSS Document */

.responsive-image {
  height: auto;
  width: 100%;
}
  
  img {
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #bbb;
}
td, th {
	border-top: 0px solid #ddd;
	padding: 4px 8px;
}
  
