html,
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-icons/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}


ul.messages {
list-style: none;
}
​ 
ul.messages li {
padding: 0.5em;
border-bottom: 1px dotted #ccc;
}
​ 
ul.messages li:last-child {
border-bottom: none;
}
​ 
li time {
font-size: 0.75em;
color: rgba(0, 0, 0, 0.5);
}

.fb-share {
    background: #2C54AE;
    vertical-align: middle;
    width: 170px;
    height: 38px;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 36px;
    border: none;
    border-radius: 4px;
    font-family: 'Lato';
    display: flex;
    margin:4px;
}

.wa-share {
    background: #72C44B;
    vertical-align: middle;
    width: 170px;
    height: 38px;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 36px;
    border: none;
    border-radius: 4px;
    font-family: 'Lato';
    display: flex;
    margin:4px;
}

.fb-share .fb-icon {
    display: inline-block;
    width: 11px;
    height: 22px;
    background-image: url("https://res.cloudinary.com/dy6tllzoq/image/upload/v1581864249/torneio/assets/fb.svg");
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}

.wa-share .wa-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://res.cloudinary.com/dy6tllzoq/image/upload/v1581864252/torneio/assets/wa.png");
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}


.fb-share {
    background: #2C54AE;
    vertical-align: middle;
    width: 170px;
    height: 38px;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 36px;
    border: none;
    border-radius: 4px;
    display: flex;
    margin:4px;
}

.wa-share {
    background: #72C44B;
    vertical-align: middle;
    width: 170px;
    height: 38px;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 36px;
    border: none;
    border-radius: 4px;
    display: flex;
    margin:4px;
}

.fb-share .fb-icon {
    display: inline-block;
    width: 11px;
    height: 22px;
    background-image: url("https://res.cloudinary.com/dy6tllzoq/image/upload/v1581864249/torneio/assets/fb.svg");
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}

.wa-share .wa-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://res.cloudinary.com/dy6tllzoq/image/upload/v1581864252/torneio/assets/wa.png");
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}

.image img {
    display: block;
    max-height: 500px;
    max-width: 500px;
}