
body {
    background-color: #111828;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    margin: 20px 0px 20px 0;
    color: #fff;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
}

#search {
    text-align: center;
}

input {
    border: 3px solid #202938;
    border-radius: 6px;
    background-color: #202938;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: #fff;
}
input[type="text"] {
    width: 250px;
}

input:focus {
    outline: none;
}

select {
    background-color: #202938;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: #fff;
}

#summary {
    margin-top: 20px;
    text-align: center;
}

h2 {
    margin: 20px 0 10px 0;
    width: 100%;
    background-color: #202938;
    border-top: 1px solid #394050;
    border-bottom: 1px solid #394050;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    color: #99a2ad;
}

h2 a {
    text-decoration: none;
    color: #99a2ad;
}
h2 a:hover {
    text-decoration: underline;
}

.results {
    margin: 10px 0 10px 0;
    padding-right: 5px;
    width: 100%;
}

.result {
    display: flex;
    align-items: center;
}

/*
.result:nth-child(odd) {
    background-color: #161f35;
}
*/

.result_ts {
    color: #ced6e1;
    border-radius: 10px;
    background-color: #384152;
    width: 90px;
    min-width: 90px;
    text-align: center;
    padding: 2px;
    margin: 2px;
    font-size: 0.9em;
    margin-right: 10px;
}

.result_ts a {
    text-decoration: none;
    color: #ced6e1;
}
.result_ts a:hover {
    text-decoration: underline;
}

.result_text {
    margin-top: 3px;
    margin-bottom: 3px;
}

.result_text a {
    text-decoration: none;
}
.result_text a:hover {
    text-decoration: none;
}

.previews {
    margin: 5px;
    margin-left: 20px;
    padding-right: 5px;
}

.preview {
    display: flex;
    align-items: center;
}

.preview_ts {
    color: #919aa7;
    border-radius: 10px;
    background-color: #242a36;
    width: 90px;
    min-width: 90px;
    text-align: center;
    padding: 2px;
    margin: 2px;
    font-size: 0.9em;
    margin-right: 10px;
}

.preview_text {
    color: #99a2ad;
}

h3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #395B64;
    width: 600px;
    border-radius: 10px 10px 0 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.content {
    margin-left: auto;
    margin-right: auto;
    background-color: #3F4E4F;
    width: 600px;
    border-radius: 10px;
}

.txt {
	color: #515d6b;
	padding-top:4px;
	font-size:0.7em;
	float:right;
}
