<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#divMain
{
    min-height:0;
    height:auto;
    /*border: solid 1px red;*/
}

#divHeader&gt;#spnLogoHeader
	{
        width:20em !important; /*9em is enough to show "halfgk.com\interests"*/
        text-align:left;
	}
#divNav {
    position:absolute;
}	
#divBlog
{
    position:relative;
    top: 0;
    /*border:solid 1px blue;*/
}
.politics_h2 {
    font-family: "roboto-condensed", "news-gothic-std-1", "news-gothic-std-2", Tw Cen MT, Tahoma, Verdana;
    font-size:2em;
    line-height:1.2em;
}
    .politics_h2 span {
        display:block;
        position:relative;
        top:-0.5em;
        /*border:solid 1px red;*/
    }
.politics_h3 span {
    display:block;
    position:relative;
    top:-1.5em;
    /*border:solid 1px red;*/
}
.politics_content {
    display:block;
    width: 120%;    /*this is the big differentiator.*/
    height: auto;
    /*border:solid 1px purple;*/
}
.content_left
{
	width:55%;      /*FIND WHERE THIS IS USED*/
	/*border: solid 1px red;*/
}
.content_blog
{
	border-left-style:none;
	width:90%;
}
.content_blog_date
{
	border-right-color:White;
	border-right-style:solid;
	border-right-width:thin;
}
.quote td
{
	padding-left:0;
}

td.quoted
{
	padding-left:0.625em;
}

#ctl00_ContentPlaceHolder1_divContentStandard_divContent&gt;table
{
    width:90%;
}

#ctl00_ContentPlaceHolder1_divContentStandard_lblContentHeading1 a:hover
{
    text-decoration:none;
}
</pre></body></html>