/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}



.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

img[src$='#center']
{
    display: block;
    margin: 0.7rem auto;
}
img {
  float: right;
  margin: 0.7rem;
}
img[src$='#floatright']
{
    float:right;
    margin: 0.7rem;
    padding-bottom: 75px
}
img[src$='#scale']
{
  width: 45%;
  height: 45%;
  padding-bottom: 75px
}
img[alt=extra]
{
  float:right;
  min-height: 200px;
  max-height: 190px;
}
