﻿.allClass {
    width: 150px;
    height: 30px;
    margin-top: 5px;
}

.contentBoxes {
    display: inline-block;
    vertical-align: top;
}

finalPrice {
    text-decoration: double;
    color: black;
}

#OptionalPrice {
    margin-top: 30px;
}

#finalPrice {
    max-width: 250px;
    margin-left: 20px;
}

.instruction {
    background-color: antiquewhite;
    padding: 10px;
    border-radius: 15px 15px;
    margin-top: 10px;
}
.imageBlock {
    float: right;
}

#img {
    max-height: 300px;
    max-width: 300px;
    border-radius: 20px 20px;
}
