
h2 {
    text-decoration: underline;
    font: bold;
}

p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.listImages {
    padding-left: 10px;
}

.hintText {
    color: grey;
}

ul li p {
    margin: 0;
    padding: 5px 0px 5px 0px;
}

.item {
    max-width: 24px;
    max-height: 24px;
}

.mStoneContainer {
    background-color: green;
}

