
* {
	font-size: 1.05em;
	/*font-family: Tahoma, Geneva, sans-serif;*/
}

p {
	line-height: 1.3em;
}

li p {
	line-height: 1.0em;
}

.blog_card p {
	line-height: 0.8em;
}

.blog_card h4 {
	line-height: 1.0em;
}

ul, ol {
	padding-left: 6%;
	padding-right: 6%;
}

table {
  border-collapse: collapse;
}

table, td, th {
  border: 1px solid black;
  padding: 0.3em;
}

table.alternate_bg tr:nth-child(even) {
	background: #CCC;
}

table.no_border, table.no_border td, table.no_border th {
	border: 0px solid black;
}

.smaller_text {
	font-size: 0.9em;
	line-height: 1.2em;
}

code {
	background: #EEE;
	color: #111;
	font-family: monospace;
	/*line-height: 1.1em;*/
	padding: 0.1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

#container {
	width: 60%;
	margin: auto;
}
#header {
	background: #eee
}
#footer {
	background: #eee;
	clear: both;
}
.img_cap_insert {
	float:left;
	line-height: 1.0em;
	font-size: 0.8em;
}
.img_cap_insert p {
	width: 200px;
	margin: 4px 4px 4px 4px;
}
.article_par {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
.aside_par {
	float: right;
	max-width: 20%;
	padding-left: 8px;
	padding-right: 8px;
	background: #ddd;
	line-height: 1.1em;
	font-size: 1.0em;
	-webkit-border-radius: 5p
	-moz-border-radius: 5px;
	border-left: 5px;
	border-radius: 5px;
	margin-left: 15px;
}

@media only screen and (min-width : 800px) and (max-width : 1200px) {
  .aside_par {
	max-width: 40%;
  }
  #container {
	width: 80%;
  }
  .img_cap_insert {
    width: 40%;
    float: none;
	margin: auto;
  }
}

@media only screen and (max-width : 800px) {
  .aside_par {
    float: none;
	max-width: 80%;
	margin: auto;
  }
  #container {
	width: 100%;
  }
  .img_cap_insert {
    width: 40%;
    float: none;
	margin: auto;
  }
  
  .smaller_text {
	font-size: 0.8em;
	line-height: 1.1em;
  }
}