.gron { color: #669966; }
.limegron { color: #99FF99; }
.morkgron { color: #336633; }
.lila { color: #996699; }
.ljuslila { color: #CC99CC; }
.morklila { color: #774477; }
div.center { margin: 0 auto; text-align: center; }
/*===========*/
/* STRUCTURE */
/*===========*/
body
{
	color: #99DD99; /* ljusgron */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1rem;
}

/* CHECK */
.rubrik2000
{
	position: relative;
}
div.lg2s
{
	/*padding: 10px 1rem 5px;*/
	font-size: 1.125em;
}

/* KEEP */
.artikel hr,
hr.artikel
{
	border: 0px;
	width: 460px;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #99CCCC;
}

/* LISTOR TODO */
ol
{
/*	margin-left: 38px;*/
	padding: 0px;
	margin-left: 6px;
	margin-left: 28px;
}
ul
{
	margin-left: 38px;
	padding: 0px;
	margin-left: 22px;
}
/*========*/
/* FONTER */
/*========*/
@font-face { font-family: 'fixedsys'; src: url('FSEX300.ttf'); }
.b, .bold { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
font
{
	font-family: Helvetica;
	font-size: 1.125rem;
}
.mini
{
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
}
.smallmini
{
	font-size: 12px;
	font-size: 0.75rem;
}
.fixedsys {
	font-family: 'fixedsys';
}
font.small, span.small, div.small, p.small {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	display: inline-table;
	line-height: 1.5;
}
div.rubrik, font.rubrik, span.rubrik, h1, h2 {
	font-size: 1.625rem;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	color: #99CCCC;
	text-align: left;
}
/*========*/
/* LÄNKAR DONE */
/*========*/
a {
	color: #99FFFF;
	text-decoration: none
}
a:visited {
	color: #66cc99;
	text-decoration: none
}
a:hover {
	color: #FF99CC;
	text-decoration: underline
}
/* Kongress */
table.kongress
{
	width: 400px;
	margin: 0 auto;
	margin: 16px auto;
	color: black;
	background-color: #ccccff;
}
table.kongress td
{
	border: 1px solid #006600;
	padding: 0px 4px;
}
.kongress .item
{
	width: 390px;
}
.kongress div{
	margin: 5px 0;
}
.kongress div.fraga
{
	width: 390px;
	font-weight: bold;
	font-style: italic;
}
.kongress div.fraga-vem
{
	text-align: right;
	font-style: italic;
	margin-bottom: 1.5em;
}
.kongress div.zvar-vem
{
	text-align: right;
}
.kongress a
{
	color: #990000;
}

/* **** KLOTTER TODO ***** */
.klottersak .klotterklotter {
	flex-grow: 1;
}
.klottersak {
	display: flex;
	flex: row;
	padding: .25rem;
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom: .125rem;
}
.klottersak .klotterbild {
	width: 60px;
	height: 67px;
}
.klottersak .tid {
	color: #ddd;
	margin-left: .125em;
	font-size: .625rem;
}
.klottertext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: .875rem;
	padding-bottom: .5rem;
	padding-right: .5rem;
}
.klotternick {
	font-size: 0.875rem;
}
div.klotterbildklotterbild {
	padding-right: 6px;
}
img.klotterPic {
	border: #996699 2px dotted;
	width: 50px;
}
.klotterMeny {
	font-family: fixedsys;
	font-size: 1rem;
}
.klottersak1 { background-color: #004444; }
.klottersak2 { background-color: #441133; }

/* DIVERSE KEEP */
.borderBild {
	border: 0;
	margin: 2px;
}

/* DIVERSE CHECK */

/* **** Random Responsivitet ***** */
@media only screen and (max-width: 680px) {
	div.lg2s {
		width: auto;
		padding-left: .875rem;
		padding-right: .875rem;
	}
	hr.bottom {
		margin-top: 0;
		border-left: 0;
		border-right: 0;
	}
	#lg2sdaily .title {
		font-size: 2.5rem;
	}
	table.kongress,
	.kongress div.fraga,
	.kongress .item
	{
		width: 100%;
	}
	div.lg2s {
		width: auto;
	}
	.artikel hr, hr.artikel {
		width: 100%;
	}
}
@media only screen and (max-width: 420px) { }
@media only screen and (max-width: 350px) { }
