/* CSS Document */
.single table {
  width: 100%; }
  .single table th {
    width: 30%;
    background-color: #ccc;
    padding: 20px; }
  .single table td {
    width: 70%;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px; }
.single .image {
  width: 100%;
  height: 300px;
  background-color: #ccc;
  background-image:none;
  background-size: cover;
  background-position:center;
  background-repeat:no-repeat;
  margin-bottom: 30px; }

.news {
  border: 1px solid #333;
  margin-bottom: 50px;
  padding: 30px; }
  .news .entry {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 3px solid #333;
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, #eeeeee 8px, #eeeeee 9px);
    padding: 30px; }
    .news .entry section {
      flex-basis: 50%; }
    .news .entry h3 {
      border-bottom: 2px solid #333;
      padding: 10px; }
    .news .entry .image {
      width: 300px;
      height: 300px;
      background-color: #333;
		 background-image:none;
		 background-size: cover;
		 background-position:center;
		 background-repeat:no-repeat;
      border-radius: 50%;
      box-shadow: 5px 5px 10px #ccc;
      border: 10px solid white;
      margin: 0 auto 50px; }
    .news .entry table {
      width: 100%; }
      .news .entry table th {
        width: 30%;
        background-color: #ccc;
        padding: 20px; }
      .news .entry table td {
        width: 70%;
        background-color: white;
        border: 1px solid #ccc;
        padding: 20px; }

