.wrapper li {
    font-size: 1.5em;
}

.wrapper ul {
    margin: 1em;
    padding: 0.5em;
}

.wrapper li {
    list-style: none;
    margin: 0.5em;
    font-size: 1.5em;
    font-weight: 500;
}

.text-box {
    margin: 0 auto;
    padding: 16px;
    border: 1px dashed white;
    box-sizing: border-box;
}

.form-wrapper-dark-cf {
    width: 450px;
    padding: 15px;
    margin: 50px auto 20px auto;
    background: #444;
    background: rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
}

.form-wrapper-dark-cf input {
    width: 418px;
    height: 30px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.form-wrapper-dark-cf input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.form-wrapper-dark-cf input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper-dark-cf input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper-dark-cf input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

#btnGenerate {
    padding: 0.5em;
    font-size: 1.5em;
    font-weight: 600;
    background: transparent;
    border-radius: 10px;
    border: 1px solid white;
    color: #fff;
}

#btnGenerate:hover {
    background: white;
    border: 1px solid blueviolet;
    color: blueviolet;
}
#btnGenerate_x {
    padding: 0.5em;
    font-size: 1.5em;
    font-weight: 600;
    background: transparent;
    border-radius: 10px;
    border: 1px solid white;
    color: #fff;
}

#btnGenerate_x:hover {
    background: white;
    border: 1px solid blueviolet;
    color: blueviolet;
}

#btnGenerate_b {
    padding: 0.5em;
    font-size: 1.5em;
    font-weight: 600;
    background: transparent;
    border-radius: 10px;
    border: 1px solid white;
    color: #fff;
}

#btnGenerate_b:hover {
    background: white;
    border: 1px solid blueviolet;
    color: blueviolet;
}

@media (min-width: 768px) {
    #btnGenerate,
    #btnGenerate_x,
    #btnGenerate_b {
        width: 210px;
        font-size: 2em;
    }

    .text-box {
        max-width: 700px;
    }

    .form-wrapper-dark-cf {
        width: 700px;
    }

    .form-wrapper-dark-cf input {
        width: 668px;
        height: 80px;
    }

    .title_name .p2 p {
        font: bold 35px Arial, Helvetica, Sans-serif;
    }

    .title_name .p3 p {
        font: bold 25px Arial, Helvetica, Sans-serif;
    }
	#text1 {
		font-size:3em;
	}
	
	#lottoNum > h4{
		font-size:3em;
	}
}

@media (min-width: 1024px) {
    #btnGenerate,
    #btnGenerate_x,
    #btnGenerate_b {
        width: 160px;
        font-size: 1.5em;
    }

    .text-box {
        max-width: 438px;
    }

    .form-wrapper-dark-cf {
        width: 450px;
    }

    .form-wrapper-dark-cf input {
        width: 418px;
        height: 30px;
    }

    .title_name .p2 p {
        font: bold 25px Arial, Helvetica, Sans-serif;
    }

    .title_name .p3 p {
        font: bold 17px Arial, Helvetica, Sans-serif;
    }
	
	#text1 {
		font-size:1.2em;
	}
	
	#lottoNum > h4{
		font-size:1.5em;
	}
	
}