.acp_notice_get_pro_btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
    box-shadow:inset 0px 1px 0px 0px #9acc85;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
    background-color:#74ad5a;
    border:1px solid #3b6e22;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    padding:10px 20px 10px 20px;
    text-decoration:none;
    /*margin-left: 30px;*/
    margin-top: 10px;
    border-radius: 5px;
}
.acp_notice_get_pro_btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
    background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
    background-color:#68a54b;
}
.acp_notice_get_pro_btn:active {
    position:relative;
    top:1px;
}

#ga_tc_notice_get_pro .notice-dismiss {
    background: rgba(255, 255, 255, 0.80);
    border-radius: 10px;
}

.acp_pro_banner {
    background-image: url('banner.png');
    height: 100px;
    max-width: 800px;
    width: 100%;
    border-right: 1px solid #bbb;;
    overflow-y: hidden;
    margin-lefT: -5px;
    cursor: pointer;
}
#ga_tc_notice_get_pro {
    margin-left: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.40);
    padding-right: 0px;
    width:100%;
    max-width: 780px;
    padding-bottom: 10px;
}

.acp_pro_banner_title {
    font-weight: bold;
    font-size: 28px !important;
    font-family: "open sans",arial,sans-serif;
    text-shadow: 1px 1px 15px #929292;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    float: left;
    padding: 8px 10px 12px 10px;
    border-radius: 15px;
    margin-right: 5px;
}

.acp_pro_banner_feature {
    font-size: 16px;
    font-family: "open sans",arial,sans-serif;
    text-shadow: 1px 1px 15px #929292;
    font-weight: bold;
    /*width: 100px;*/
    background-color: rgba(255, 255, 255, 0.80);
    float: left;
    padding: 8px 10px 12px 10px;
    border-radius: 15px;
    margin-top: 5px;
    margin-right: 25px;
}

.acp_pro_banner_buttons {
    text-align: center;
    max-width: 800px;
    width: 100%;
    float: left;
}
.acp_pro_banner_buttons a {
    line-height: 25px;
}



#acp_pro_banner_list_features {
    display: none;
    max-width: 780px;
    background-color: white;
    padding: 10px;
    margin-left: -10px;
}
#acp_pro_banner_list_features li {
    /*list-style-type: inherit;*/
    list-style-image: url("checkbox.gif");
    margin-left: 40px;
    font-size: 16px;
    font-family: "open sans",arial,sans-serif;
}

@media only screen and (max-width: 770px) {
    #ga_tc_notice_get_pro {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 750px) {
    .acp_pro_banner_title {
        font-weight: bold;
        font-size: 26px !important;
        margin-top: 5px;
    }

    .acp_pro_banner_feature {
        margin-top: -10px;
        margin-right: 15px;
    }

}


@media only screen and (max-width: 1200px) {
    .acp_pro_banner_buttons {
        float: left;
    }
    .acp_pro_banner_buttons a {
        line-height: inherit;
    }
}
