/*
Theme Name: 	answers
Theme URI: 		answers
Description: 	answers
Version: 		1.0
Author: 		answers
Author URI: 	answers
License:
License URI:
Tags: answers
*/
body {
    background-color: #ecebe8;
    color: #545454;
    margin: 0px;
    padding: 0px;
    font-size: 1.7em;
    line-height: 1.7em;
}
.header {
	border-top: 2px solid #337ab7;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    min-height: 50px;
    background-color: #fff;
    color: 000;
}
.navbar {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    min-height: 50px;
    background-color: #fff;
    color: 000;
    border-top: 0;
    border-bottom: 0;
}
img#logo {
    float: left;
    /* margin-right: 20px; */
    /* margin-right: 2rem; */
    display: block;
    height: 55px;
    width: auto;
    margin-right: 10px;
}
h1,h2,h3 {
	font-size: 30px;
	margin-top: 10px;
    margin-bottom: 10px;
    display: inline-flex;
}
.top10 {
	padding-top: 10px;
}
.tr-cate {
	background-color:#f5f5f4;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.tr-quick {
	background-color:#d2f4ff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.tr-level {
	background-color:#fff;
}
.answers {
	background-color: #e3f5ff;
    border: 1px solid #007cc2;
    color: #212121;
    border-radius: 4px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
}
footer {
	background-color: #c0c0c0;
	padding-top: 20px;
	padding-bottom:20px;
}

