/* ----- designs --------- */
.edit_little {
	font-size: 50%;
}
.tags {
	text-align: right;
	border: thin dotted #8cacbb;
	background-color: #D1D2F2;
	padding: 3px 3px 3px 3px;
	margin-left: 0px;
}

  .sideboth, .sideleft, .sideright {
	border: 1px solid Silver;
	float: left;
	clear: both;
	text-align: left;
	margin: 5px 5px 5px 5px;
}
 
  .sideboth {
    display: block;
    width: 100%;
  }
  
  .sideleft{
	text-align: left;
	}
 
  .sideright {
    float:right;
	 text-align: left;
  }

  .include {
    padding: 0.5em;
    border: 1px dotted #8cacbb;
    font-size: 90%;
 }

 /* Colors */
 .col_fgnd_Red {
	 color: Red;
 }

 .col_fgnd_blue {
	 color: Blue;
 }