
@media (max-width: 600px) {
/*special instructions for narrower screens */


body {
    font-size: 70%;
    margin: auto;
    width: 85%;
}

img {
  max-width: 50%;
  height: auto;
  position: relative;
  right: 50%;
  margin-right: -75px; 
}

/*ul li:nth-child(1) {
    border-left: none;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 0 1px 1px;
}*/

/*#selectTopic , #selectUdc {
    margin: auto;
    width: 70% !important;
}*/

#outputNumbers , #outputTopics {
  padding-top: 0.75em;
  font-size: small;
  margin:0;
  align-content: center;
  width: 100% !important;
}

}