/* Copyright 2011 Patrick Horgan patrick at dbp-consulting dot com
   all rights reserved.
 */

canvas {
    border: 1px solid rgb(0,0,0);
    margin-top: .5em;
    clear: both;
    float: left;
}

input[type="number"] {
    width: 5em;
}

#ringsizing {
    display: inline-block;
    width: auto;
    float: left;
}
#mt {
    display: inline-block;
}
.units label{
    float: left;
    width: auto;
    background: goldenrod;
}

.measurement {
    display: inline-block;
    clear: left;
}

.measurement label {
    background: Thistle;
}

.measurement input {
    background: pink;
    margin-right: 0;
    text-align: right;
}

.units {
    display: inline-block;
    font-size: 70%;
}

.units select{
    font-size: 70%;
    margin-left: .5em;
    float: left;
    display: inline-block;
    width: auto;
}

