

#commands{
    border: 1px dotted #ccc;
    padding: .5em;
    text-align: left;
    line-height: 1.1em;
    margin-left: 1em;
    margin-bottom: 13px;
    float: right;
    display:inline;
}

#intro {
    border: 1px dotted #ccc;
    padding: 1.2em;
    background: #eee;
    text-align: center;
    line-height: 1.1em;
    margin-left: 1em;
    margin-bottom: 13px;
}
#intro p:first-child {
    font-size: 1.05em;
    padding-top: 0.2em;
}
#intro p {
    padding-top: 1em;
    font-size: 1.3em;
    line-height: 1.3em;
}
#article img {
/*    margin-left: 80px;*/
/*    margin-right: auto;*/ /*change by FM - margins were colliding in Safari*/                                                        
/*  margin:.5em auto;*/

    }

#related, #intro, #lang, #discussion {
width: 250px;
}
#related, #discussion{
    border: 1px dotted #ccc;
    padding: 1.2em;
    background: #eee;
    text-align: left;
    line-height: 1.1em;
    margin-left: 1em;
    margin-bottom: 13px;
}

#related h1, #discussion h1 {
/*    text-align: center;*/
    font-size: 1.1em;
    line-height: 1.3em;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;

}

#discussion h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size:1em;
	text-align:left;
	margin-bottom:0.875em;
}

#discussion h2 {
/*    text-align: center;*/
    font-size: 1em;
}

#discussion h3 {
    font-size: 0.9em;
}

#discussion p {
    padding-bottom: 1em;
    font-size: 0.8em;
    line-height: 1.3em;
}

#discussion p.user {
    text-align: right;
}

#deck p {
/*font-weight: bold;*/
line-height: 1.4em;
font-family:"Helvetica Neue", Arial, sans-serif;
}

#c_title {
    width: 240px;
}

#c_body {
    width: 240px;
    height: 240px;
}


#related p {
	margin:.5em 0;
	line-height:1.6em;
}
#related ul {
	list-style-type:none;
}
#related p + ul li {
	color:;
	list-style-type:circle;
	font-size:inherit;
	border:none;
	margin:0 0 .5em;
	padding:0;
}
#related img {
    float: right;
    /**/
    margin-left:3px;

}

/*#related li {
    font-size: 0.8em;
}*/
#related li {
	border-bottom:1px solid #CCCCCC;
/*	display:inline-block;*/
	font-size:0.8em;
/*	list-style-type:none;*/
	margin:1em 0 0;
	padding:0 0 1em;    
}
#related li:last-child {
	border:none;

}

p#byline {margin-top:-10px}


#article .article-feature h3 {

/*  border-bottom:1px solid #ccc;*/
}

#article .caption {
 font-size:80%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
}
.caption sup{margin-right:auto}
p + .caption {
 margin:-2em 0 1.5em;
 padding:5px;
 background-color:#eee;
 color:#555; 
}
#article img {
  margin:0;
}

#article .article-feature {
-moz-box-shadow:0px 2px 12px #000000;
-webkit-box-shadow:0px 2px 12px #000000;
box-shadow:0px 2px 12px #000000;
background-color:#E0E9EF;
border:1px solid #CCCCCC;
padding:0.25em 1em;
margin:1.275em 0 2em;
}

.info-box {
  width:280px;
  border:1px solid #666;
  background-color:#E0E9EF;
  float:right;
  display:inline;
  padding:0 10px;
  margin:5px 0 5px 5px;
  
  font-size:80%;
  border-radius:8px;
}                

.info-table {
/*  border:1px solid #333;*/

}
.info-table tbody tr{
 border-bottom:1px solid #ccc; 

}
.info-table tbody tr:first-child{
  border-top:1px solid #ccc;
}
.info-table tbody td {
  background-color:#eee;
  padding:20px 15px;
}
.info-table tbody td:first-child {
/*  background-color:#eee;*/
  width:80%;
}
.info-table .reference tr td {
  font-size:90%;
  color:#666;
  font-family:sans-serif;
  padding:20px 5px;
}