.atp_mult_p {
    /* @TODO */
}

#atp_ctw {
    font-family: "museo500", sans-serif;
    margin-top: 1rem;
}

#atp_ctw .cfw_ull .button, #atp_ctw #atp_try_again {
  font-family: 'Opens Sans', sans-serif !important;
}

.cfw_ull li { 
    list-style: none !important;
    margin: auto;
    display: block;
}

.cfw_ull a {
    color: #fff;
    padding: 0.5rem 1.25rem;
    background: #1db337;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

#atp_try_again {
    display: block;
    text-align: center;
    margin-bottom: 42px !important;
    color: #BBBBBB !important;
    font-size: 1rem;
    cursor: pointer;
    width: 100px;
    margin: auto;
}

#atp_try_again:hover {
    color: #7C8E93 !important;
}
#atp_res_tit {
    line-height: 1.5 !important;
    text-align: center;
    color: #39aa39 !important;
    font-size: 2.25rem !important;
    margin: auto;
    display: block;
    margin-bottom: 42px !important;
}

p#atp_try_again {
	color: #7C8E93 !important;
}

.atp_op_lab {
    position: relative;
    display: inline-block;
    width: 50%;
 }

.atp_op_wra {
    margin: auto;
    width: 75%;
    margin-top: 32px;
}

.atp_op_lab label {
    line-height: 1.5 !important;
    color: #39aa39 !important;
    font-size: 1.5rem !important;
}

.atp_op_wra select {
    outline: none;
    border: 2px solid #39aa39;
    border-radius: 0px;
    color: #737373;
    width: 200px;
    height: 38px;
    font-size: 1.25rem;
    float: right;
    font-family: 'Open Sans', sans-serif;
}

#atp_md_cname, #atp_md_payp {
	padding-top: 1.5rem;
	margin-top: 1.75rem;
	border-top: 1px solid #eee;
}

#atp_th_ul li{
   width: 33%;
}

#atp_fh_ul li{
   width: 25%;
}

.atp_h_ul {
    display: flex;
}

.atp_h_ul li{
    list-style: none !important;
    margin: 0px !important;
    padding-right: 15px;
}

.atp_h_md {
    background: #ebedee;
    padding: 17px 25px;
    min-height: 280px;
    border-radius: 12px;
    text-align: left;
}

.atp_h_tit {
    text-align: left;
    font-size: 1.25rem !important;
    color: #39aa39 !important;
}



.atp_h_desc {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.atp_h_but {
    float: left;
	font-family: 'Open Sans', sans-serif;
}

#atp_fh_ul li .atp_h_md {
	min-height: 400px;
}


@media screen and (max-width: 640px){
	.atp_op_wra {
	    width: initial;
	}

	.atp_op_lab {
	    width: 100%;
	    display: block;
	}

	#atp_rests li {
	    margin: 0px !important;
	    margin-bottom: 12px !important;
	    width: 100%;
	}

	#atp_rests li a {
	    text-align: center;
	    display: block;
	}

	.atp_op_lab {
	    text-align: center;
	    margin-bottom: 5px;
	}

	.atp_op_wra select {
	    margin: auto;
	    display: block;
	}

        .atp_h_ul {
            display: block !important;
        }

        .atp_h_ul li {
            padding 0px !important;
        }

}

	
