body {
	margin: 0!important;
	padding: 0!important;
}

.clear {
	clear: both;
}

clearfix:after {
	content:".";
	clear:both;
	height:0;
	visibility:hidden;
	display:block;
}

#inwidget {
	width: 100%;
	font-family: 'Roboto Slab', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#inwidget ul {
	list-style-type: none;
}

#inwidget img {
	width: 75px;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

/* @group Light Theme */

#inwidget .light {
	color: #8e8e8e;
}

#inwidget .light a:link {
	color: #555;
	text-decoration: none;
}

#inwidget .light a:visited {
	color: #555;
	text-decoration: none;
}

#inwidget .light a:hover {
	color: #555;
	text-decoration: underline;
}

#inwidget .light a:active {
	color: #555;
	text-decoration: none;
}

#inwidget .light .sideBox {
	background: #f7f7f7;
}

#inwidget .light .sideBox .widgetContent {
	overflow-y: scroll;
	height: 300px;
	margin-right: 2px;
}

#inwidget .light .sideBox .widgetContent::-webkit-scrollbar {
    width: 12px;
}

#inwidget .light .sideBox .widgetContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    border-radius: 10px;
}

#inwidget .light .sideBox .widgetContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}

#inwidget .light .sideBox .widgetContent::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

#inwidget .light .sideBox .widgetContent::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#inwidget .light .sideBox ul {
	font-size: 12px;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}

#inwidget .light .sideBox ul li {
	border-bottom: 1px solid #dedede;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 10px;
	background: none;
	clear: both;
}

#inwidget .light .sideBox ul li.last {
	border: none;
	padding-bottom: 0px;
}

#inwidget .light .sideBox p.category-header {
	background: white url(../../Media/inwidget-light-vignette-large.jpg) no-repeat right top;
	height: 37px;
	color: black;
	padding-top: 10px;
	margin-bottom: 0;
	padding-left: 10px;
	text-align: left;
	margin-top: 0;
}

#inwidget .light .sideBox p.category-header {
	height: 47px\9;
}

#inwidget .light .sideBox .more-link {
	font-size: 12px;
	border-top: 1px solid #dedede;
	text-align: center;
	padding: 10px 0;
	margin-top: 5px;
}

#inwidget .light .sideBox .getWidget-link {
	text-align: center;
	background: #eaeaea;
	border-top: 1px solid white;
}

#inwidget .light .sideBox .more-link h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

#inwidget .light .sideBox .more-link h3 span.rightArrow {
	color: #e82e2f;
}

#inwidget .light .sideBox .getWidget-link h3 {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */


/* @group Dark Theme */

#inwidget .dark {
	background: #191919;
}

#inwidget .dark a:link {
	color: #cecece;
	text-decoration: none;
}

#inwidget .dark a:visited {
	color: #cecece;
	text-decoration: none;
}

#inwidget .dark a:hover {
	color: #cecece;
	text-decoration: underline;
}

#inwidget .dark a:active {
	color: #cecece;
	text-decoration: none;
}

#inwidget .dark .sideBox {
	background: #191919;
}

#inwidget .dark .sideBox .widgetContent {
	overflow-y: scroll;
	height: 300px;
	margin-right: 2px;
}

#inwidget .dark .sideBox .widgetContent::-webkit-scrollbar {
    width: 12px;
}

#inwidget .dark .sideBox .widgetContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    border-radius: 10px;
}

#inwidget .dark .sideBox .widgetContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2); 
}

#inwidget .dark .sideBox .widgetContent::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
    border-radius: 10px;
}

#inwidget .dark .sideBox .widgetContent::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
}

#inwidget .dark .sideBox ul {
	font-size: 12px;
	color: #8e8e8e;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}

#inwidget .dark .sideBox ul li {
	border-bottom: 1px solid #303030;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 10px;
	background: none;
	clear: both;
}

#inwidget .dark .sideBox ul li.last {
	border: none;
	padding-bottom: 0px;
}

#inwidget .dark .sideBox p.category-header {
	background: white url(../../Media/inwidget-dark-vignette-large.jpg) no-repeat right top;
	height: 37px;
	color: ebebeb;
	padding-top: 10px;
	margin-bottom: 0;
	padding-left: 10px;
}

#inwidget .dark .sideBox p.category-header {
	height: 47px\9;
}

#inwidget .dark .sideBox .more-link {
	font-size: 12px;
	border-top: 1px solid #303030;
	text-align: center;
	padding: 10px 0;
	margin-top: 5px;
}

#inwidget .dark .sideBox .getWidget-link {
	text-align: center;
	background: #141414;
}

#inwidget .dark .sideBox .more-link h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

#inwidget .dark .sideBox .more-link h3 span.rightArrow {
	color: #e82e2f;
}

#inwidget .dark .sideBox .getWidget-link h3 {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* @end */

@media screen and (max-width:200px) {
	#inwidget {
		width: 200px;
	}
}

@media screen and (min-width:600px) {
	#inwidget {
		width: 600px;
	}
}