html, body {
	width: 90%;
	height: 100%;
	position: relative;
  background-color:#434A53;
  color:#fff;
}

h1 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 3em;
	line-height: 1em;
	padding: 0;
	margin: 0;
	width: auto;
}

.container {
	position: relative;
	width: 80%;
	height: 50%;
	top: 10%;
	margin: 0 auto;
}

.litesuggest-group {  
    margin-top: 5%;
    width: 100%;
}

.litesuggest-group span.desc {
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
	color: #262626;
}

.litesuggest-group span.word {
    font-size: 1em;
    color: #4697F2;
}

.litesuggest-group input[type=text] {
	font-size: 1.7em;
	border: none;
	font-family: 'Roboto', sans-serif;
	color: #404040;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
    padding-top: 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #B5B5B5;
	transition: border-color 0.4s;
  background-color:#434A53;
  color:#fff;
}

.litesuggest-group input[type=text]:focus {
	outline: none;
	border-color: #404040;
}

.litesuggest-group .litesuggest-suggestions {
	font-family: 'Roboto', sans-serif;
}