/*
* exercise.php specific style
*/
.panel .panel-default {
    padding: 70px;
}
.thumbnail{
    border: 0;
}
.reminder-button{
    margin-right: 10px !important;
}

.panel-heading {
    background-color: #e0e0e0;
}

.panel-heading:hover {
    background-color: #eeeeee;
}

img img {
  max-width: 100%;
  height: auto;
}

.uq-logo {
    /*width: inherit;*/
}

.stretch-link {
    width: 100%;
    
}

/*
    Slide style
 */
#exercise-part img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 100%) {
    #exercise-part img {
  max-width: 100%;
  height: auto;
}
}
