img.powerbi-report-thumbnail {
   height: 10em;
}

ul#powerbi-reports-list {
   list-style-type: none;
   padding: 0;
   margin: 0;

   li {
      margin: auto 1em 1em auto;
      float: left;
      text-align: center;
      padding: 0.5em;
      border: 1px solid #eee;
      border-radius: 15px;
      padding: 1em;

      img {
         margin-bottom: 1em;

      }

      a {
         text-decoration: none;
      }
   }
}
