







.RMFormMatte {
    background-color: #E9E9E9;
    color: #000000;
}


.RMDocs {
}

.RMdocs tr {
    cursor: pointer;
}

.RMdocs td {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.RMDocs img {
    width: 3em;
    height: 3em;
}


.RMLayouts {
}

.RMLayouts img {
    max-width: 5em;
    max-height: 5em;
    cursor: pointer;
}

.RMLayoutView {
    max-width: 90%;
    max-height: 75%;
}


.RMLayoutSelected {
    border: 5px solid red !important;
}
