.masked-field {
text-align: right;
border: 1px solid @gray;
border-radius: 2px;
padding: 0 3px;
&:focus {
border-color: @gray-darker;
}