html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+0,eeeeee+100 */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}

.tweet-construct{
	background: #eee;
	margin-top: 20px;
	padding: 15px;
	font-size: 1.8em;
	border: 2px solid #ccc;
	color: #999;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
-webkit-box-shadow: 0 2px 5px 2px #C4C4C4;
box-shadow: 0 2px 5px 2px #C4C4C4;	
}

.tweet-construct span{
	line-height: 1px;	
}

.align-center{
	text-align: center;
}

.align-justify{
	text-align: justify;
}

.kent-button{
	height: 80px;
	font-size: 20px;
	border: 2px solid #2f9ed4 !important;
-webkit-box-shadow: 0 2px 5px 2px #C4C4C4;
box-shadow: 0 2px 5px 2px #C4C4C4;
}

.tweet-area{
	margin-top: 20px;
}

.quote{
	font-size: 1.5em;
	font-weight: bold;
}

.usedButton{
	background-color: #ddd !important;
	border-color: #ccc !important;	
}

h1{
text-shadow: 4px 4px 2px #C4C4C4;
font-weight: bold;
}