.batn:before, .batn:after {
    content: "";
    display: table;
    line-height: 0;
}
.batn:after {
    clear: both;
}
.batn:before, .batn:after {
    content: "";
    display: table;
    line-height: 0;
}
.batn {
	padding: 13px 10px 23px;
    /*padding: 13px 0 23px;*/
    background: #f3f3f3;
}


.batn > div {
    float: left;
    width: 77%;
}

.batn > div strong {
    color: #1b1b1b;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 8px;
}

.batn > div strong span {
    color: #1f97ff;
}

.batn > div > span {
    color: #1b1b1b;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.batn .btnn-medium {
    float: right;
    margin-top: 4px;
    padding: 16px 38px 18px;
}


.btnn-medium {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #282828;
    background-image: linear-gradient(to bottom, #373737, #121212);
    background-repeat: repeat-x;
    border-bottom: 1px solid #121212 !important;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-top: 1px solid #6e6e6e !important;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding: 15px 29px 17px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    transition: opacity 0.2s ease 0s;
    z-index: 1;
}
.btnn-blue {
    background-color: #2498ff;
    background-image: linear-gradient(to bottom, #2ba1ff, #198aff);
    background-repeat: repeat-x;
    border-bottom: 1px solid #0d4681 !important;
    border-top: 1px solid #65bbff !important;
    color: #fff;
}