.btnlarge {
    clear: left;
    height: 90px;
    text-align:center;
}

.btnmedium {
    width: 100%;
}
.btnmedium td {
    height: 65px;
    text-align: center;
    width: 46%;
    
}

.btnsmall {
    text-align:center;
    clear:right;
    height: 50px;
}

.btnlarge img {
    height: 60px;
    width: 120px;
}

.btnlarge .addText img {
    height: auto;
    width: auto;
}

.btnsmall .links img {
    height: 31px;
    width: 88px;
}

.btnlarge .selectPartner{
    height: auto;
    width: 120px;
    float: none;
    padding: 5px 4px;
    display: table-cell;
}


.addText {
    text-align:center;
}

.btnlarge .addText {
    width: 120px;
 
}

.btnsmall .selectPartner {
    height: auto;
    width: 88px;
    padding: 5px 2px;
    float: none;
    display: inline;
}

.btnlarge .selectPartner {
    height: auto;
    width: 120px;
    padding: 5px 2px;
    float: none;
    display: inline;
}

.btntext {
    padding-top: 15px;
}

.btntext p {
    padding-bottom: 20px;
}

.btntext a {
    font-weight: bold;
}


