body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.second,
#toppanel,
#footer,
#feedback-panel,
.feedback-button,
.to-the-top,
.slideout {
display: none;
}

pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    padding: 10px;
    margin: 10px;
    font-size: 8px;
    line-height: 20px;
    border: 1px solid black;
    border-radius: 4px;
}

code {
    padding: 2px 4px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 9px;
    border: 0px solid #e1e1e8 !important;
}

.code-highlight {
    background-color: #EF7D22;
    color: #000;
    padding: 2px
}

.code-bold {
    font-weight: bolder !important;
    color: #000000 !important;
}

.strike {
    text-decoration: line-through;
}

.content ul li:hover {
    cursor: pointer;
}

pre.prettyprint {
    margin-bottom: 20px;
}

pre code {
    font-size: 8px;
    padding: 0;
    color: inherit;
    background-color: transparent;
    width: 90%;
}


/* TEXT COLORS */
.white {
    color: #FFFFFF
}

.blue {
    color: #00AFED
}

.orange {
    color: #EF7D22
}

.ltorg {
    color: #FFBB00
}

.dkorange {
    color: #ED6511
}

.dkgrey {
    color: #6D6E70
}

.ltgrey {
    color: #BBBDC0
}

/* // TEXT COLORS */


hr {
    margin: 5px 0px 5px 0px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.separator {
    color: #00AFED;
    font-size: 24px;
    padding-bottom: 0px;
}

.line {
    color: #898989;
    padding-right: 10px;
    padding-left: 15px;
}

.icon-pad {
    margin-right: 3px;
}

.inline {
    display: inline-block;
    *display: inline;
    padding-right: 10px;
    padding-left: 15px;
    *zoom: 1;
}

#task-info-id {
    padding-top: 10px;
    margin-left: 3px;
    font-size: 16px;
}

#task-info-id-wrapper {
    float: right
}

#progress-id, #version-id {
    margin-left: 6px
}

#progress-id {
    margin-top: 5px
}

.to-the-top {
    float: right;
    margin-bottom: 20px
}

.content-pad {
    margin-top: 0px
}

.workbook-content {
    height: 100%;
    background-color: #EF7D22
}

.expanded-menu {
    width: 400px;
    height: 500px;
    text-align: left
}

/* TABLE */

table {margin-top: 25px;
margin-left: 26px;
width: 90%;
text-align: left;}

thead th {
background-color: #292929;
color: #F5F5F5;
padding: 10px; border-right: 3px solid #F8F8F8;
}

table td {
padding: 10px;
}

tr:nth-child(odd)
{background-color: #f0f0f0;
}

tr:nth-child(even)
{background-color: #e8e8e8;
}

td:first-child { }

td {
border-right: 3px solid #F8F8F8;
border-bottom: 3px solid #F8F8F8;
}

/* TABLE */


blockquote {
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  background-color: #F5F5F5;
  border: 1px solid #eeeeee;
}

blockquote p {
padding: 0px 30px 0px 50px;
font-size: 13px !important;
font-weight: normal;
line-height: 18px !important;
color: #0188BA !important;
}

blockquote h2 {
font-size: 18px !important;
font-weight: normal;
padding-left: 15px;
height: 20px !important;
/*float: right;
position:relative;
top: -20px;*/

line-height: 14px !important;
color: #EF7D22 !important;
}

blockquote .ine-icon-notes {

}

p, ul, li {
    color: #4D4D4D;
}

p {
    margin: 0px 50px 10px 5px !important;
}

ul, ol {
    padding: 0;
    margin: 0 30px 0px 20px !important;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 5px;
}

li {
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 28px !important;
    line-height: 30px;
}

h2 {
    font-size: 24px !important;
    color: #ED6511 !important;
}

.breadcrumb-title {
    font-size: 24px !important;
    line-height: 26px;
}

.workbook-title {
    font-size: 32px !important;
    line-height: 30px;
    margin-left: 16px
}
img {
    width: 75%;
    height: 75%;
}


