

.merchback{
    border: 2px solid black;
    border-radius: 25px;
}

.merchtd{
    width: 70%;
    padding: 15px;
}

.merchtdttl {
    width: 70%;
    padding: 15px;
    text-align:center;
}

.merchdiv{
    padding: 15px;
}

.img-fluid {
    max-width: 100%;
    height: auto
}



.tttemplate {
    border: solid;
    border-color: #336699;
    border-radius: 10px;
    border-width: 8px;
    background-color: aliceblue;
    padding: 6px;
    max-width: 430px;
}

.titlelabel {
    margin-left: 10px;
    margin-top: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.subtitlelabel {
    margin-left: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-style: italic;
}

.tooltip_templates{
    display:none;
}


.rhteam {
    position: absolute;
    top: 20px;
    left: 300px;
    width: 220px;
    height: 150px;
}

.rhaffy {
    position: absolute;
    top: 110px;
    left: 70px;
    width: 220px;
    height: 90px;
}

.rhgalaxy {
    position: absolute;
    top: 310px;
    left: 90px;
    width: 220px;
    height: 110px;
}

.rhmerchants {
    position: absolute;
    top: 400px;
    left: 310px;
    width: 220px;
    height: 140px;
}

.rhtech {
    position: absolute;
    top: 200px;
    left: 460px;
    width: 220px;
    height: 110px;
}


/* Email Confirm Modal */
.modal-content {
    position: relative;
    background-color: #fefefe;
    font-size: large;
    color: #336699;
    font-family: 'Bookman Old Style';
    margin: 15% auto; /* 15% from the top and centered */
    width: 40%; /* Could be more or less, depending on screen size */
    padding: 20px;
    border: 2px solid #888;
    border-radius: 10px;
}

.rktlogo {
    text-align: right;
    position: absolute;
    top: -40px;
    right: -60px;
}

.footrmodl {
    height: 12px;
    background-color: darkblue;
}

/* The Close Button */
.closemodl {
    color: #aaa;
    float: right;
    font-size: 36px;
    font-weight: bold;
    margin-top: 15px;
    margin-right: 15px;
    z-index: 3;
}

    .closemodl:hover,
    .closemodl:focus {
        color: #336699;
        text-decoration: none;
        cursor: pointer;
    }


