/* Mall för SVT-bloggar
   Bredd, marginaler och indrag styrs enligt blueprint/screen.css


   Basmall
-------------------------------------------------------------- */
body .debatt {
	color: #333333;
	/*font-family: Arial,Tahoma,"Helvetica Neue",Helvetica,Verdana,sans-serif;*/
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	background-color:#ffffff;
}

.debatt a, .debatt a:visited {
	color: #de231a !important;
	text-decoration: none !important;
}

.debatt a:hover {
	color: #de231a !important;
	text-decoration: underline !important;
}

.debatt a:active, .debatt a:focus {
	outline: none;
}

.debatt blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

.debatt h1, .debatt h2, .debatt h3, .debatt h4, .debatt h5, .debatt h6 {
	line-height: 1.2em;
	color: #333333;
	font-family: Arial,Tahoma,"Helvetica Neue",Helvetica,Verdana,sans-serif;
	margin: 7px 0 0;
}

.debatt h1, .debatt h2, .debatt h3, .debatt h4, .debatt h5, .debatt h6 {
	font-weight: bold;
}

.debatt h1 {
	font-size: 3.5em;
}

.debatt h2 {
	font-size: 2.8em;
	margin: 0;
}

.debatt h3 {
	/*font-size: 2.4em;*/
	font-size: 1.8em;
}

.debatt h4 {
	font-size: 2em;
}

.debatt h5 {
	font-size: 1.3em;
}

.debatt h6 {
	font-size: 1em;
}

.debatt .small {
	font-size: 85%;
}

.debatt .invert {
	color: #ffffff !important;
	background-color: #de231a;
	padding: 2px 6px;
	min-height: 16px;
}

.debatt .invert a {
	color: #ffffff !important;
}

.debatt .addbottomspace {
	margin-bottom: 0.5em;
}

.debatt .red {
	color: #de231a !important;
}

.debatt .extra {
	background: #de231a url(images/featuredarrow.gif) no-repeat 5px 3px;
	padding-left: 25px;
	margin-top: 12px;
}

.debatt h1 a, .debatt h2 a, .debatt h3 a, .debatt h4 a, .debatt h5 a, .debatt h6 a,
.debatt h1 a:hover, .debatt h2 a:hover, .debatt h3 a:hover, .debatt h4 a:hover, .debatt h5 a:hover, .debatt h6 a:hover,
.debatt h1 a:visited, .debatt h2 a:visited, .debatt h3 a:visited, .debatt h4 a:visited, .debatt h5 a:visited, .debatt h6 a:visited
{
	color: #de231a;
}

.debatt hr {
	background: #eee;
	color: #eee;
}

.debatt small {
	color: #555;
	font-size: 0.9em;
}

.debatt th {
	background: #eee !important;
}

.debatt ul, .debatt ul li ul {
	list-style:none;
	padding:0;
	margin: 0;
}

.debatt ul.markedlist {
	list-style: disc inside none !important;
}

.debatt ul.markedlist li {
	margin: 10px 0;
}

.debatt ul li {
	margin: 10px 0;
}

.debatt ul li ul {
	margin:0;
}

.debatt ul li, .debatt ul li ul li {
	padding:0;
	margin:0;
}

.debatt ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

.debatt ul.inline li {
	display: inline;
	margin: 0 0.5em 0 0;
}

.debatt .floatleft {
	float:left;
}

.debatt .defaultmargin {
	margin: 20px;
}

.nomargin {
	margin:0 !important;
}

.debatt .defaultpadding {
	padding: 0 16px;
}

.debatt .defaultmarginleft {
	margin-left: 10px !important;
}

.debatt .extramarginleft {
	margin-left: 20px;
}

.defaultmarginright {
	margin-right: 10px;
}

.extramarginright {
	margin-right: 20px;
}

.extramarginbottom {
	margin-bottom: 20px !important;
}

.debatt .defaultmarginbottom {
	margin-bottom: 10px;
}

.debatt .redstroke {
	border-bottom: 3px solid #de231a;
}

.debatt .italic {
	font-style: italic;
}

.debatt .pencil {
	background: transparent url(images/pencil.gif) no-repeat top left;
	padding-left: 15px;
}

.floatleft, .alignleft {
	float: left;
}

.debatt .alignleft {
	margin-right: 15px;
}

.floatright {
	float: right;
}

/* SVT-meny
-------------------------------------------------------------- */

.debatt .box {
	background:#e4e3d8 none repeat scroll 0 0;
	padding:0.3em;
}

.debatt .fullBG {
	width:100%;
	background-image:url('images/meny_bg.jpg');
	background-repeat: repeat-x;
	height:46px;
	background-attachment:scroll;
}

.svtContainer {
	margin: 0 auto;
	width: 950px;
}

#SVTmeny {
	padding:0px 0px 8px 0px;
	height:38px;
}

#SVTlogo {
	padding: 5px 0px 0px 11px; float:left;
}

#uno-header {
	padding: 5px 0px 5px 29px;
}

#uno-header ul#uno-mainmenu li a {
	color:#FFFFFF;
	display:inline;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
}

#uno-header ul#uno-mainmenu li a:hover {
	text-decoration:underline;
}
#uno-header ul#uno-mainmenu li:hover {
	background-position:0 -33px;
}

#uno-header ul#uno-mainmenu li {
	background:#392748 url('images/uno-bg-toplinks.png') no-repeat scroll 0 0;
	display:block;
	float:left;
	height:23px;
	padding:10px 11px 0;
}

#uno-header ul, #uno-header li, #uno-submenu ul, #uno-submenu li {
	list-style-type:none; margin:0; padding:0;
}

#uno-header, #uno-header a, #uno-header a:visited {
	color:#FFFFFF;
	font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}

img.play {
	vertical-align:middle;
}

/* -------------------- CSS för temat ----------------------- */
/*------------------------------------------------------------*/



/* Sidhuvud (#header)
----------------------------------------------------------*/

.debatt #header {
	background-image: url(images/headerbg.gif);
	height: 106px;
}

.debatt #header ul.sitemenu {
	margin-top: 36px;
	font-size: 120%;
}

.debatt #header .sitemenu li {
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}

.debatt #header .sitemenu li a {
	background: transparent url(images/menuarrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
}

.debatt #header .sitemenu li a:hover {
	background: transparent url(images/menuarrowblack.gif) no-repeat 0px 4px;
	text-decoration: none !important;
	color: #000000 !important;
}

.debatt .sitemenu .menu-item {
	float: left;
	width: 160px;
	
}

.debatt ul.xtrmatrl {
	margin: 0 !important;
}

.debatt .links ul {
	margin: 0 !important;
}

.debatt  ul li.xlink, .debatt  ul li.xplay  {
	margin:5px 0;
	padding:0 0 0.1em 2em;
}

.debatt ul li.xrss {
    margin-bottom: 8px !important;
    padding:0 20px !important;
}


/* Innehåll
----------------------------------------------------------*/

#page {
	background-color: #ffffff;
	float: left;
	width: 760px !important;
	margin-left: 0 !important;
}

.debatt #content {
	margin: 0 20px 20px 20px;
}

.debatt .featuredbox {
	background-color: #e9e9e9;
	text-align: center;
}

.debatt .latestcomment {
}

.debatt .post {}

.debatt #content .pageheader {
	background-color: #e9e9e9;
}

.debatt #content .pageheader h1 {
	margin-bottom:0.1em;
	font-size: 2em;
}

.debatt .blogred {
	text-align: right;
}

.debatt .borderbottom {
	border-bottom: 1px solid #de231a;
}

.debatt .widget {
}

.debatt .aftershowwidget h4 {
	margin-bottom: -6px;
}


.debatt .authorline {
	text-align: right;
	margin: 1em 0;
}

.debatt .pubdate {
	margin: 1em 0;
	font-size: 85%;
	font-weight: bold;
	color: #999999;
}

.debatt .print_newtagcloud {
	text-align: justify;
}

.debatt .print_newtagcloud a {
	color: #666666 !important;
}

.debatt .print_newtagcloud h5 {
	background-color:#DE231A;
	color:#FFFFFF !important;
	min-height:16px;
	padding:2px 6px;
}

.debatt #newtagcloud {
	margin-top: 0;
}

.debatt .articlelatestfrom {
	margin-top: 5em;
}

/* Kategorisida
-------------------------------------------*/

.debatt .pageheadingcorner {
	background: url(images/pageheadingcorners.gif) no-repeat top left;
	width: 6px;
	height: 42px;
}

.debatt .rightcorner {
	background-position: -6px 0px;
}

.debatt .categorypageheader {
	background: transparent url(images/categorypageheader.gif) repeat-x bottom left;
	height: 42px;
}

.debatt .pageheading {
	background: transparent url(images/pageheading.gif) repeat-x top left;
	padding: 14px 8px 0px 8px;
	height: 42px;
}

.debatt ul.categorylist li:nth-child(2n+1) {
	background-color: #efeee7;
}

.debatt ul.categorylist li ul.children li:nth-child(2n+1) {
}

.debatt ul.categorylist li {
	padding: 10px;
}

.debatt ul.categorylist li ul {
	margin: 10px -5px -5px;
}

.debatt ul.categorylist li ul li{
	padding-left: 20px;
	background: url(images/listtreearrow.gif) no-repeat 5px 0px;
	clear: both;
}

.debatt ul.categorylist {
	font-weight: bold;
	clear: both;
}

.debatt ul.categorylist ul.children {
	display: block;
	clear: both;
}



/* Left content
-------------------------------------------*/

.debatt .leftcontent {
	float: left !important;
	overflow: hidden;
	clear: both;
	margin-right: 20px !important;
}

.debatt .inplay {
	margin-bottom: 2em;
}

.debatt .inplay ul {
	padding: 0px;
	margin: 0px;
}

.debatt .inplay ul li {
	background: transparent url(images/play_icon.gif) no-repeat;
	padding-left: 20px;
	margin: 10px 0;
}

.debatt .commentbox {
	width: 100%;
	margin-bottom: 0px;
	background-color: #e9e5da;
	padding: 5px;
}

.debatt .leftcontent .widget {
	margin: 0 0 3em 0;
}

.debatt .leftcontent .svtentry {
	background: #E9E5DA url(images/downarrow.gif) no-repeat left bottom;
	padding-bottom: 2em;
}

.debatt .leftcontent .svtentry h6 {
	margin: 0.5em 1.5em;
}

.debatt .leftcontent .svtentry .svtentrytext {
	margin: 0.8em 1.5em;
}

.debatt .commentbox h4 {
	margin-bottom: 0.25em;
}

.debatt .commentarrow {
	width: 100%;
	background: transparent url(images/commentarrow.jpg) no-repeat top center;
	height: 11px;
	margin-top: 0px;
}

.commentarrow a {
	color: #ffffff !important;
}

.debatt .rightcontent {
	float: right !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
}

.debatt .rightcontent .post {
	margin: 0px 0px 20px 0px !important;
}



/* Puffar på startsidan
----------------------------------------------------------*/

.debatt .toppuff {
	margin-top: 0px;
}

.debatt .toppuff .entry {
	margin-top: 0px;
	margin-right: 20px;
}

.debatt .videopuff .entry {
	margin-right: 10px;
}
.debatt .toppuff .entryfeatures {
	margin-top: 0px;
	margin-right: 0px;
}

.debatt .smallpuff ul.xtramtrl {
	width: 215px;
}

.debatt .puff ul.xtramtrl {
	width: 358px;
}

.debatt .smallpuff .postmetacomments {
	float: right;
	margin-top: 5px;
}

.debatt .toppuff ul.xtramtrl {
	width: 300px;
}

.debatt .minipuff .postmetacomments {
	margin-top: 20px;
}

.debatt .minipuff h6 {
	margin: 0 0 0.2em;
}

.debatt .minipuff .byline {
	margin: 0;
}

.videopuff .entry {
	margin-top: 13px;
}

.videopuff h2 {
	line-height: 95%;
	margin-bottom: 10px;
}

.debatt .smallpuff img {
	float:left;
	margin-right: 10px;
}

.debatt .smallpuff .entry, .debatt .smallpuff .postmetadata {
	padding-left: 145px;
}


.debatt .puff h2, .smallpuff h2 {
	/* font-size: 2.2em; */
}

.debatt .puff .byline, .debatt .toppuff .byline {
	margin-top: 0.5em;
}

.debatt .minipuff h2 {
	font-size: 1.5em;
}

.debatt .minipuff .entry, .debatt .minipuff .commentmeta {
}

.debatt .minipuff .imageheader {
	width: 145px;
}

/* Liveläge */

.debatt .live .latest {
	margin: 0;
	width: 240px;
	float: left;
}

.debatt .live .latest h5 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.debatt .live .latest .latestpost .latestimage {
	float: left;
	margin-right: 6px;
}

.debatt .live .latest .latestpost {
	height: 78px;
	margin: 0px 0px 0.5em;
}

.debatt .live .twingly {
	padding:0;
}

.debatt .live .latest .latestpost h6 {
	margin: 0.5em 0 0.1em;
}

/* Trippelpuffar */

.tripplecontainer {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

.debatt .indextripple {
	width: 226px;
	float: left;
	margin-right: 21px;
	margin-bottom: 20px;
}

.debatt .indextripple .post-text {
	margin-top: 8px;
}

.debatt .indextripple .postmetacomments {
	margin-top: 3px;
}

.debatt .indextripple .imageheader img {
	width: 226px;
	height: 123px;
	overflow: hidden;
}

.debatt .indextripple .xtramtrl  {
	width: 115px;
}

/**/

.debatt .live img.attachment-78x78 {
	width: 78px;
	height: 78px;
}

/* Puffar på alla ämnen */

.debatt .allsubjects .rightpuff img {
	width: 110px;
	height: 110px;
}

.debatt .allsubjects .rightpuff {
	margin-right: 0;
	width: 110px;
}

.debatt .allsubjects .rightpuff h6 {
	margin: 6px 0 20px;
}

.debatt .allsubjects .odd {
	margin-right: 10px;
}

/* // */

.postmetacomments .commentarrow {
	min-width: 20px;
    width: auto;
	height: 18px;
	background: transparent url(images/commentarrow.gif) no-repeat center 0;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0.4em 0 0 !important;
    padding: 0 2px;
}

.debatt .attachment-square-thumbnail {
	float: left;
	margin-right: 10px;
}

.debatt .widget_twitter {
	margin: 16px 0;
}


.debatt .widget_twitter ul {
	margin: 10px 0;
}

.debatt .widget_twitter ul li {
	margin: 10px 0;
}

.debatt .widget_twitter ul li .from-meta {
	display: none;
}

.debatt .widget_twitter h5 {
	background: url("images/twitterbird.gif") no-repeat scroll left 0 transparent;
	padding-left: 36px;
	padding-top: 13px;
}

.widget_tag_cloud {
	text-align: justify;
}

.debatt .facebooklink {
	background:url("images/fblogo.jpg") no-repeat scroll left bottom transparent;
	padding-left:37px;
	padding-top:17px;
}

.debatt .minipuff {
	border-top: #eeeeee 1px solid;
	padding: 0.5em 0;
}

.debatt .commentmeta, .debatt .postmetadata {
	margin: 0.5em 0;
}

.debatt .blog .postmetacomments {
	margin-top: 46px;
}

.debatt .videopuff .commentmeta {
	margin: 0 10px !important;
}

.debatt .byline {
	font-size: 110%;
}

.debatt .videopuff {
	background-color: #E9E5DA;
	margin:15px 0 40px;
}

/* Kommentarer
----------------------------------------------------------*/

.debatt #comments {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
	border-top: 4px solid #E9E5DA;
	border-bottom: 4px solid #E9E5DA;
}

.debatt #comments .postmetacomments {
	border-bottom: 1px solid #E9E5DA;
	padding: 5px;
}

.debatt #respond div.input label {
	display: block;
}

dsq-request-user-info

.debatt #comments ul {
}



.debatt #comments .comment-avatar {
	float: left;
}

/* Högerkolumn (#sidebar)
----------------------------------------------------------*/

.debatt #sidebar .widget_text {
	background-color: #e9e5da;
	width: 380px;
	float: left;
}

.debatt #sidebar {
	background-color: #DDDACD;
}

.debatt #sidebar .rightinfo {
	background-color: #DDDACD;
}

.debatt #sidebar h2 {
	margin-bottom: 0.1em;
	font-size: 1.5em;
}

/* Sökformulär */

.debatt #searchform label {
	display: none;
}

.debatt #sidebar ul {
	margin: 0;
}

.debatt #sidebar ul li {
	margin: 0;
}

.debatt #sidebar ul li div {
	padding: 16px;
}

.debatt #sidebar ul li ul li{
	margin: 0 0 0 0;
}

/* SVT-sidebar */
.debatt #due-rightcolumn {
	overflow: visible !important;
}

span.nextposts {
    float: right;
}

.debatt .twtr-ft {
    display:none;
}

/* Sidfot (#footer)
----------------------------------------------------------*/

.debatt #footer {
	padding-top:1em;
	margin-top:1em;
	background-color: #ffffff;
	
}

.debatt #footer p {
	text-align: center;
}

.debatt .sitefooter {
	margin: 1em 20px;
}

.debatt .sitefooter p {
	margin: 0 !important;
}

.debatt .sitefooter .heightadjuster {
	overflow: hidden;
	margin:0;
}

.debatt .sitefooter .footerleft {
	float: left;
	padding:0 10px 1000px;
	background-color: #E8E5D9;
	margin-right: 0px !important;
	width: 340px;
	margin-bottom: -1000px;
}

.debatt .footerleft div {
    padding: 0 0 20px
}

.debatt .sitefooter .footerright {
	float: right;
	padding:0 10px 1000px;
	width: 340px;
	background-color: #DDDACD;
	margin-bottom: -1000px;
}
.debatt .sitefooter .footerright ul.xtramatrl {
	margin-bottom:2em;
}

.debatt .sitefooter .footerright p {
	padding: 0 0 0.7em;
}

.debatt .sitefooter h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #de231a;
}

.debatt .featured {
	padding: 5px 20px !important;
	border: solid #e2e2e2 1px;
	float: none !important;
	margin-bottom: 20px;
}

.debatt .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 430px;
	min-height: 171px;
	clear: both;
	margin-top: 19px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.debatt .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	font-weight: bold;
}

.debatt .scrollable .items .itemscontainer {
	width: 435px;
	float: left;
}

.debatt .navi {
	width:50px;
	height:20px;
	float: left;
	margin-left: 20px;
}

.debatt .navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

.debatt .navi a:hover {
	background-position:0 -8px;      
}

.debatt .navi a.active {
	background-position:0 -16px;     
}

.debatt .scrollable .items img {
	margin-bottom: 0.5em;
	z-index: 1;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.debatt .items .featureditem {
	float: left;
	margin: 0.4em;
	width: 136px;
	position: relative;
}

.debatt .featured .featureditem .featuredtitle {
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	color: #de231a;
	width: 111px;
}

.debatt .featured .featuredheader h5 {
	margin: 0;
}

.debatt .featured .featureditem a:hover {
	background: rgba(255,255,255,0.2);
}

.debatt .browse {
	cursor: pointer;
	display: block;
	font-size: 1px;
	height: 18px;
	width: 18px;
}

.debatt .right {
	background: url(images/arrow/right.gif) no-repeat 0px -18px;
	float:right;
	margin-right: 12px;
}

.debatt .left {
	background: url(images/arrow/left.gif) no-repeat 0px -18px;
	float: left;
	margin-left: 140px;
}

.debatt .disabled {
	background-position: 0 0;
}


.debatt .span-24 {
	width: 760px !important;
}

.debatt .content {
	padding:0 20px;
}

.debatt .container {
	width: 760px !important;
	margin: 0 !important;
}

.debatt #s {
	width: 180px;
	height: 17px;
}

.debatt #searchsubmit {
	display: inline;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin: 1px 0px 0px 3px;
	width: 39px;
	background-color: #de231a;
	color: #ffffff;
	border: 1px solid #999;
}

.debatt .leftcontent .widget_search {
	margin:0 0 1em;
}

.debatt .ticker {
	margin: 0px 0px 20px;
}

.debatt .footerright #searchform {
	margin: 0 0;
}

.debatt .xplay {
	padding-left: 2em;
}

.debatt .sharebutton {
	margin: 0.5em 0 1em 0;
}

.debatt .sharebuttons {
	background-color:#F1F2F5;
	border:1px solid #C3C6CE;
	margin-top:1em;
	padding:6px;
}


.debatt .searchresult {
	margin-top:20px;
}

.debatt .searchresult .noresult {
	text-align: center;
}

.debatt .searchresult .post {
	border-bottom:1px solid #EEEEEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.debatt .extraBox {
	margin: 3em 0;
}

.debatt #comments .authinfobox {
	margin: 10px 0;
	color: #999999;
	font-size: 85%;
}

.debatt #comments .dsq-brlink {
	/*display: none;*/
}

.debatt #comments .moderateInfoBox {
	color:#999999;
	font-size:85%;
	margin:10px 0;
}

.debatt img.attachment-thumbnail {
	width: 136px;
	height: 136px;
}

/* Twingly */

.debatt .tw_blogthis h4 {
	background-color:#DE231A;
	color:#FFFFFF !important;
	min-height:16px;
	padding:2px 6px;
	font-size:1.3em;
	margin-bottom:0.5em;
	background:url("images/featuredarrow.gif") no-repeat scroll 5px 3px #DE231A;
	padding-left:25px;
}

.debatt .tw_header
{
	background-color: #DE231A;
	color:#FFFFFF !important;
	font-size:1.3em;
	margin-bottom:0.5em;
	min-height:16px;
	padding:2px 5px 2px 6px;
}


/* Skriv på Debatt */
form.wpcf7-form input {
	-moz-box-shadow: 1px 1px 5px #d9d9d9 inset;
	-webkit-box-shadow: 1px 1px 5px #d9d9d9 inset;
	box-shadow: 1px 1px 5px #d9d9d9 inset;
	font-size: 14px;
	padding: 4px;
	width: 713px;
}

.debatt form.wpcf7-form input.wpcf7-file {
	margin: 0px 0px 10px;
}

.debatt form.wpcf7-form textarea {
	width: 710px;
	height: 100px;
	-moz-box-shadow: 1px 1px 5px #d9d9d9 inset;
	-webkit-box-shadow: 1px 1px 5px #d9d9d9 inset;
	box-shadow: 1px 1px 5px #d9d9d9 inset;
}

.debatt form.wpcf7-form .articletext textarea {
	width: 710px;
	height: 320px;
}

.debatt form.wpcf7-form .articletitle input {
	font-weight: bold;
}

.debatt form.wpcf7-form .acceptance input {
	width: 13px;
}

.debatt form.wpcf7-form iframe.rulesbox {
	width: 718px;
	background: #f2f2f2;
	height: 130px;
	border: 1px solid #999999;
}

.debatt form.wpcf7-form .wpcf7-response-output {
	border: 1px solid red;
	font-weight: bold;
	margin: -10px 0 20px;
	padding: 10px;
}

.debatt form.wpcf7-form .wpcf7-response-output {
	border: 1px solid #000000;
}

.debatt form.wpcf7-form .wpcf7-not-valid-tip-no-ajax {
	color: #ff0000;
	font-weight: bold;
}

.debatt.rules {
	font-size: 80%;
	background-color: transparent;
}

.debatt form.wpcf7-form .wpcf7-display-none {
	display: none !important;
}

.debatt .infopage h2 {
	font-size: 1.8em;
}

.debatt .xforum {
	margin: 10px 0;
	padding: 0 20px;
}
