/* Add custom CSS here. */
@font-face {
    font-family: 'Rotis-Phonak';
    src: url('fonts/RotisSansforPhonak-Bold.ttf') format('ttf'),
         url('fonts/RotisSansforPhonak-Regular.ttf') format('ttf'),
         url('fonts/RotisSemiforPhonak-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

.content img[src*="#auto-fit"] { 
  max-width:  100%;
  height: auto;
  display: block;
}

.hr-leading {
    width: 50%;
    margin: 0 auto; 
    color: rgb(153 27 27);
    border: 2;
}
.hr-following {
    width: 80%;
    margin: 0 auto;
    color: rgb(153 27 27);
    border: 2;
}
