#container {
  background-color: #ffffff;
  border-radius: 7px;
  margin-top: 15px;
}

#topmenu {
  width: 90%;
  height: 30px;
  list-style: none;
  font-family: 'Open Sans';
  margin-bottom: 50px;
  border-radius: 4px;
  background: #3462A0 linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0% 0%
}

#topmenu span {
  padding: 0px 16px 0px 20px;
  line-height: 28px;
}

#topmenu a {
  color: #fff;
}

#topmenu a:hover {
  /*color: #fb6600;*/
  color: #ff8400;
}

#leftpane {
  margin-top: 30px;
}

#leftmenu {
  list-style: none;
  display: inline;
  font-size: 0.9em;
}

#leftmenu li {
	padding-left: 3px;
	padding-bottom: 10px;
  line-height: 22px;
}

#textarea {
  width: 90%;
}

h1, h2 {
  margin-bottom: 20px;
}

h5, h6 {
  margin-bottom: 0px;
}

.xs {
  font-size: 0.65em;
  line-height: 14px;
}

.source {
  font-size: smaller;
}

#evo-text {
  width: 100%;
  list-style: none;
}

#evo-text span {
  padding-left: 25px;
}

/* Highslide css */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-body {
	font-size: 10pt;
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
