html, body {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#modulo-sandbox span {
    width: 200px;
    height: 200px;
}

i.fa-plus {
    font-size: 50px;
    color: #3ea9f5;
}

#sandBoxMode {
    width: 170px;
    height: auto;
    display: inline-block;
    border-radius: 10px;
    vertical-align: middle;
    border: 2px solid orange;
    position: relative;
}

#sanBoxMode > div {
    font-size: 1.4em;
    color: black;
    padding: 5%;
}

#sandbox-img {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: orangered;
    color: white;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
}

#sanBoxMode i {
    font-size: 2em !important;
    margin-top: 3px;
}