
.mt-collect-lockergroup{
    border-width: 1px;
    border-style: solid;
    border-color: black;

    background-color: lightgrey;

    text-align: center;
}
.mt-collect-module{
    border-width: 1px;
    border-style: solid;
    border-color: darkgrey;
    background-color: black;
    color: white;
}
.mt-collect-module a{
    text-decoration: none;
    color: white;
}
.mt-collect-module-frame{
    background-color: darkgrey;
}

.mt-collect-locker{
    color: darkred;
    background-color: lightgrey;
    border-width: 1px;
    border-style: solid;
    border-color: grey;
    position: absolute;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}
.mt-collect-locker button{
    color: darkred;
    /*background-color: lightgrey;*/
    border-width: 1px;
    border-style: solid;
    border-color: grey;
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    text-align: center;
    font-size: 10px;
}
.mt-collect-locker-action-div{
    padding: 0px;
    margin: 0px;
}

.mt-collect-monitor{
    color: white;
    background-color: #34383c;
    border-width: 1px;
    border-style: solid;
    border-color: grey;
    position: absolute;
    padding: 0px;
    text-align: center;
}

