﻿.btnQuickdial {
    background: url(/Images/quick-dial-container.png) no-repeat;
    background-size: 100%;
    width: 14em;
    height: 4em;
    float: left;
}

.btnQuickdial:hover {
    background: url(/Images/quick-dial-container-active.png) no-repeat;
    background-size: 100%;
    width: 14em;
    height: 4em;
    float: left;
}

.btnQuickdial {
    background: url(/Images/quick-dial-container.png) no-repeat;
    background-size: 100%;
    width: 14em;
    height: 4em;
    float: left;
}

.btnQuickdial:hover {
    background: url(/Images/quick-dial-container-active.png) no-repeat;
    background-size: 100%;
    width: 14em;
    height: 4em;
    float: left;
}


.quickdial-name {
    position: relative;
    font-size: 90%;
    top: 14%;
    color: black;
    font-weight: bold;
}

/* first entry on displaydeal page needs bigger margin*/
.dealBrokerList .dialSection:nth-of-type(1) {
    margin-top: 20%;
}
.dealBrokerList .dialSection{
    margin-top: 5%;
}
.dialSection {
    background-color: white;
}