.logo_a{
    margin:0 auto;
    position: relative;
    display: block;
    text-align: center;
}

.logo_img{
    margin-top:20px;
    height:70px;
    width:100px;
}
.back_a{
    margin-bottom: 10px;
    border: 1px solid #081 !important;
    background: #66b83d !important;
    font-weight: 700 !important;
}
.back_a:focus, .back_a:hover{
    background: #ffffff !important;
    color: #66b83d !important;
    font-weight: bold;
}
.form_div{
    padding-top: 20px;
    text-align: center;
    width:100%; 
    display: block; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.drink_plan_img{
    position:relative;
    margin-left:10px;
    max-width:200px;
    margin-top: 30px;
    margin-bottom:0px;
    display:block;
}
.drink_plan_name{
    margin-top:-5px;
    position:relative;
    display:block;
}
.hr{
    opacity:0;
    margin-top:0px;
    display:block;
    position:relative;
}
.cancel-plan {
    position: relative;
    display: block;
    height: 60px;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    border-radius: 10px;
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #9e9d96;
    border-top: 2px solid #9e9d96;
    border-left: 2px solid #9e9d96;
    border-right: 2px solid #9e9d96;
    border-bottom: 2px solid #9e9d96;
    line-height: 60px;
}

.cancel-plan:hover {
    background-color: #fff!important;
    border-radius: 10px;
    border-top: 2px solid #66b83d;
    border-left: 2px solid #66b83d;
    border-right: 2px solid #66b83d;
    border-bottom: 2px solid #66b83d;
    color: #66b83d;
}

.payout-now {
    position: relative;
    display: block;
    height: 40px;
    width: 150px;
    margin: 5px auto;
    text-align: center;
    border-radius: 10px;
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #9e9d96;
    border: 2px solid #9e9d96;
    line-height: 40px;
}

.payout-now:hover {
    background-color: #fff!important;
    border-radius: 10px;
    border: 2px solid #66b83d;
    color: #66b83d;
}

.facebook, .pinterest {
    line-height: 20px !important;
}
.invite-section {
    position: relative;
    margin: 15px 0 0;
    padding: 39px 19px 14px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ddd;
    z-index: 2;
}

.anchor {
    position: relative;
    display: block;
    height: 60px;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    border-radius: 10px;
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #9e9d96;
    border-top: 2px solid #9e9d96;
    border-left: 2px solid #9e9d96;
    border-right: 2px solid #9e9d96;
    border-bottom: 2px solid #9e9d96;
    line-height: 60px;
}

a.anchor:hover {
    background-color: #fff!important;
    border-radius: 10px;
    border-top: 2px solid #66b83d;
    border-left: 2px solid #66b83d;
    border-right: 2px solid #66b83d;
    border-bottom: 2px solid #66b83d;
    color: #66b83d;
}

li { list-style: none}


.snack_name{
    bottom:10px;
    display:inline-block;
}
.popover{
    
    line-height:1.42857143;
    position:absolute;
        top:0;
        left:0;
        z-index:1060;
        display:none;
        max-width:276px;
        padding:1px;
        font-size:14px;
        font-weight:400;
        white-space:normal;
        background-color:#fff;
        -webkit-background-clip:padding-box;
        background-clip:padding-box;
        border:1px solid #ccc;
        border:1px solid rgba(0,0,0,.2);
        border-radius:6px;
        -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
        box-shadow:0 5px 10px rgba(0,0,0,.2)
}

.popover-title{
    padding:8px 14px;
    margin:0;
    font-size:14px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-radius:5px 5px 0 0;
    display:block;
}
.popover-content{
    padding:9px 14px;    
    font-size: 14px;
    color: black;
}
.popover,.tooltip{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}
.popover,.toolbar.vertical.label-right .tab .tab-content{
    text-align:left
}
popover.top{
    margin-top:-10px
}
popover>.arrow,.popover>.arrow:after{
    position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid
}
popover>.arrow{border-width:11px}
.popover>.arrow:after{content:"";border-width:10px}
.popover.top>.arrow{
    bottom:-11px;
    left:50%;
    margin-left:-11px;
    border-top-color:#999;
    border-top-color:rgba(0,0,0,.25);
    border-bottom-width:0
}
.popover.top>.arrow:after{
    bottom:1px;
    margin-left:-10px;
    content:" ";
    border-top-color:#fff;
    border-bottom-width:0
}
.password{
     margin: 0 0 1rem;
     font-size: .875rem;
     padding: .5rem; 
     height: 2.3125rem;
}