﻿.rm-spinner {
    float: left;
}

.rm-spinner input {
    float: left;
    margin: 1px;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #5E9EC0;
}

.rm-spinner .arrows {
    float: left;
    width: 20px;
    height: 36px;
    position: relative;
}

.rm-spinner .arrows .arrow-top, .rm-spinner .arrows .arrow-bottom {
    position: absolute;
    margin: 1px;
    width: 20px;
    cursor: pointer;
}

.rm-spinner .arrows .arrow-top {
    top: 0;
    background: url(arrow-top.png) no-repeat;
    height: 15px;
}

.rm-spinner .arrows .arrow-bottom {
    bottom: 0;
    background: url(arrow-bottom.png) no-repeat;
    height: 15px;
}

.rm-spinner-clear-both {
    clear: both;
}
