div#wp101-topic-listing {
	width: 270px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f2f2f2;
	min-height: 400px;
	clear: left;
	}

div#wp101-topic-listing h3 {
	margin: 20px 0 0 0;
	padding: 0;
	color: #444;
	}

div#wp101-topic-listing h3:first-of-type {
	margin: 0;
	}

div#wp101-topic-listing h3 span a {
	float: right;
	font-weight: normal;
	}

div#wp101-topic-listing h3 span a:hover {
	background: #fafafa;
	border: 1px solid #c5c5c5;
	}

ul.wp101-topic-ul {
	margin: 20px 10px 10px 10px;
	}

ul.wp101-topic-ul li {
	list-style-type: none;
	font-size: 110%;
	}

ul.wp101-topic-ul ul li a {
	text-decoration: none;
	}

div#wp101-topic {
	max-width: 640px;
	padding-left: 320px;
	}

div#wp101-topic h2 {
	margin: 6px 0 10px 0;
	border-bottom: 1px solid #ddd;
	}

.wp101-topic-ul li small a {
	color: #777;
	}

.wp101-topic-ul li small a:hover {
	color: #111;
	}

ul.wp101-topic-ul li.wp101-shown small.wp101-show, ul.wp101-topic-ul li.wp101-hidden small.wp101-hide {
	display: none;
	}

ul.wp101-topic-ul li.wp101-hidden span {
	text-decoration: line-through;
	}

#wp101-settings h2.wp101title:before {
	font-family: "dashicons";
	content: "\f236";
	font-size: 2rem;
	line-height: 1;
    float: left;
    margin-right: 7px;
    opacity: 0.7;
}

#wp101-settings .submit {
    margin: 0;
    padding: 0;
}

div#wp101-settings h3.title {
	margin: 30px 0 0 0;
	padding: 0;
	color: #444;
	}
	
.wp101-valid-key {
    display: inline-block;
    padding: 11px 15px;
    font-size: 13px;
    text-align: left;
	background-color: #fff;
	border-left: 4px solid #7ad03a;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	box-shadow:         0px 1px 1px 0px rgba(0,0,0,0.1);
	}
