#textbutton {

    display:block;
    clear:both;

}

#textbutton a {
	font-size:30px;
	text-align:center;
	text-decoration:none;
	padding-top:1em;
	display:block;
	padding-bottom:0.5em;
}

#textbutton a b{
    color:#534355;
}

#textbutton a span {
    display:block;
}

.textnumber {
    font-family:"Pacifico", cursive;
    font-size:50px;
    font-weight:normal;
    margin-top:-0.1em;
}

#textbutton a .textnumber b{
    color:#fff;
}

body #textpageouter {

    padding:1.5em 0 3em 0;
    overflow:hidden;
}

#textterms {
	width: 320px;
	font-size: 1rem;
	text-align: center;
	margin: auto;
	padding-bottom: 2em;
}

#textterms .greenbutton{
	margin-top: 1.6em;
	display: none;
	margin-left: 1em;
	margin-right: 1em;
}

#version_gb #textterms .greenbutton{
	margin-top: 0.6em;
  margin-bottom: 1em;
}

#texttermslarge {
    font-size:13px;
}

body #textpage {
    padding:0;
}

#textpage h2, #textpage p, #texttermslarge {
    padding: 0 16px;
}

#textpage hr {
    margin-left:16px;
}

#textpagemobile {
    display:none;
    text-align:center;
}

@media screen and (max-width: 500px) {
     #textpagemobile {
        display:block;
    }

	#textterms .greenbutton{
		display:block;
	}
}
