/* mod_matukio_timeline.css by compojoom.com */

.mmat_readon {text-align: right; widht: 100%; margin: 0px 20px 0px 0;}

.mmat_button {
  color: #999999;
  text-decoration: none;
  line-height: normal;
  font-family: 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}

.mmat_button:hover,
.mmat_button:focus  {
  color: #19407D;
  text-decoration: none;
  line-height: normal;
  font-family: 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}

.mmat_button:after {
  color: #999999;
  text-decoration: none;
  font-family: 'exone-web-icons';
  content: "\e91d";
  font-size: 14px;
  margin-left: 10px;
}

a:hover .mmat_button:after,
a:focus .mmat_button:after {
  color: #19407D;
  text-decoration: none;
  font-family: 'exone-web-icons';
  content: "\e91d";
  font-size: 14px;
  margin-left: 10px;
}