body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #4D4D4D;
    background-image: url(../img/navy_blue.png);
    background-repeat: repeat;
    background-color: #4D4D4D;
}

/* 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;
}

.active {
    color: #EF7D22;
}

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

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

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

#pagebkgd {
    background-image: url(../img/debut_light.png);
    background-repeat: repeat;
    padding: 0px 30px
}

.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: 40px
}

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

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

#footer {
    padding-top: 25px;
    background-image: url(../img/txture.png) !important;
    background-repeat: repeat;
    width: 100%;
    text-align: center;
    color: #F5F5F5;
    height: 50px;
}

/* TASK SLIDE MENU */
#slideout {
    position: fixed;
    width: 540px;
    height: 400px;
    top: 10%;
    left: -500px;
    z-index: 999999;
}

#slidecontent {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #181718;
    background-image: url(../img/txture.png) !important;
    background-repeat: repeat;
    width: 500px;
    height: 600px;
    float: left;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
}

#clickme {
    float: right;
    background-color: #EF7D22;
    width: 40px;
    height: 600px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
}

.slide-menu {
    padding-left: 20px
}

.slide-menu li {
    color: #F5F5F5;
}

.slide-menu li a {
    color: #00AFED;
}

.slide-menu li a:visited {
    color: #ED6511;
}

.slide-menu li a.current {
    color: #FFBB00;
}

.slide-menu {
    padding-top: 5px;
    color: #F5F5F5;
}

#slidecontent .accordion-header { cursor: pointer; cursor: hand; list-style-type: none; }
#slidecontent .accordion-header:hover { background-color: #808080; }

#slidecontent .slide-menu-sub { list-style-type: none; margin-left: 15px; }
#slideout h4.current { color: #EF7D22; }

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #292929;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00AFED;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #EF7D22;
}

/* SIDE SLIDE MENU */

/* PAGE SLIDE MENU */

#modal {
    display: none;
}

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999;

    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 20px;

    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

/* PAGE SLIDE MENU */

/* FEEDBACK PANEL */

.feedback-panel {
    z-index: 1000;
    width: 5px;
    position: fixed;
}

.close-button {
    margin-left: 90%;
    margin-right: auto;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    width: 150px;
    z-index: 20;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    color: #FFF;
    background-color: #00AFED;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.43);
}

.close-button:hover {
    color: #000;
}


.feedback-content {
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
    background-image: url(../img/txture.png) !important;
    background-repeat: repeat;
    height: 0;
    width: 100%;
    color: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.53);
}

.bottom {
    bottom: 0;
}

.right {
}

.left {
    position: absolute;
    left: 0;
}

.top {
    top: 0;
}

/* FEEDBACK PANEL */


/* TABLE */

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

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

.content table td {
padding: 10px;
}

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

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

.content td:first-child { }

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

/* TABLE */


/* BOOTSTRAP OVERRIDES */

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
}

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
}

input, textarea, select, .uneditable-input {
    display: inline-block;
    margin-bottom: 9px;
    font-size: 12px !important;
    line-height: 18px;
    color: #292929 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.search-query:focus, .search-query.focused {
    width: 200px !important;
    color: #EF7D22 !important;
    background-color: #ffffff;
    opacity: 0.9 !important;
}

.search-query {
    width: 200px !important;
    height: 10px !important;
    opacity: 0.5 !important;
    border: 0px solid #555;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 3px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1;
    color: #000 !important;
    background: #666;
}

.search-btn-org {
    background: url(../img/orange-arrow.png) no-repeat 0px 1px;
    height: 18px !important;
    width: 15px !important;
    padding: 4px 12px;
    border: 0 none;
}

#top-navbar {
    background-image: url(../img/txture.png);
    background-repeat: repeat;
    height: 46px;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fefefe;
}

#top-navbar ul {
    display: inline-block;
    margin-left: 0px;
}

#top-navbar li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 8px;
}

#top-navbar li a {
    font-size: 13px;
    color: #EF7D22;
    text-decoration: none;
}

#top-navbar li a:hover {
    font-size: 13px;
    color: #FFFFFF
}

.nav-collapse.collapse {
    background-image: url(../img/txture.png) !important;
    background-repeat: repeat;
}

.navbar {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.43);
    height: 50px;
}

.navbar-inner {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(../img/txture.png) !important;
    background-repeat: repeat;
    height: 100%;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fefefe;
    border: 0px solid rgb(212, 212, 212) !important;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 0px 0 #ffffff !important;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}

.navbar .nav > li {
    float: left;
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #EF7D22 !important;
    text-decoration: none;
    text-shadow: 0 0px 0 !important;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #333333;
    text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0px 0px !important;
    -moz-box-shadow: inset 0 0px 0px !important;
    box-shadow: inset 0 0px 0px !important;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #00AFED !important;
    border-bottom-color: #0188BA !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555555;
    background-color: #181718 !important;
    border-top-color: #EF7D22 !important;
    border-bottom-color: #ED6511 !important;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #F5F5F5 !important;
    border-bottom-color: #F5F5F5 !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-image: url(../img/debut_light.png);
    background-repeat: repeat;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, 0.0) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.43);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 0px;
    *border-bottom-width: 0px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
    display: block;
    text-align: left;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2 !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #EF7D22, #EF7D22);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EF7D22), to(#EF7D22));
    background-image: -webkit-linear-gradient(top, #EF7D22, #EF7D22);
    background-image: -o-linear-gradient(top, #EF7D22, #EF7D22);
    background-image: linear-gradient(to bottom, #EF7D22, #EF7D22);
    background-repeat: repeat-x;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #4D4D4D;
    white-space: nowrap;
    border: 0px solid #e1e1e8 !important
}

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

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

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

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

.center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

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

pre {
    display: block;
    padding: 20px;
    margin: 15px 25px 25px 25px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    color: #a7a7a7;
    background-color: #292929;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

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

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.progress {
    height: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

/* // BOOTSTRAP OVERRIDES */

/* INE ICONS */
[class^="ine-icon-"],
[class*=" ine-icon-"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    margin-right: 3px;
    *margin-right: 3px;
    line-height: 24px;
    vertical-align: middle;
    background-image: url("../img/icon-sprites-dkgrey.png");
    background-position: 24px 24px;
    background-repeat: no-repeat;
}

.ine-icon-ltg {
    background: url(../img/icon-sprites-ltgrey.png) no-repeat;
}

.ine-icon-dkg {
    background: url(../img/icon-sprites-dkgrey.png) no-repeat;
}

.ine-icon-wh {
    background: url(../img/icon-sprites-white.png) no-repeat;
}

.ine-icon-org {
    background: url(../img/icon-sprites-orange.png) no-repeat;
}

.ine-icon-dkorg {
    background: url(../img/icon-sprites-dkorange.png) no-repeat;
}

.ine-icon-blue {
    background: url(../img/icon-sprites-blue.png) no-repeat;
}

.ine-icon-notes {
    background-position: 0px 0;
}

.ine-icon-progress {
    background-position: -35px 0;
    width: 24px;
    height: 24px;
}

.ine-icon-tools {
    background-position: -70px 0;
    width: 24px;
    height: 24px;
}

.ine-icon-info {
    background-position: -105px 0;
    width: 24px;
    height: 24px;
}

.ine-icon-bookmark {
    background-position: -146px 0;
    width: 24px;
    height: 24px;
}

.ine-icon-tag {
    background-position: -175px 0;
    width: 24px;
    height: 24px;
}

.ine-icon-highlight {
    background-position: -210px 0;
    width: 24px;
    height: 24px;
}

.ine-icon-extras {
    background-position: -247px 0;
    width: 24px;
    height: 24px;
}

.ine-icon-sections {
    background-position: -280px 0;
    width: 24px;
    height: 24px;
}

.ine-icon-study {
    background-position: 0px -35px;
    width: 24px;
    height: 24px;
}

.ine-icon-workbooks {
    background-position: -35px -35px;
    width: 24px;
    height: 24px;
}

.ine-icon-resources {
    background-position: -72px -35px;
    width: 24px;
    height: 24px;
}

.ine-icon-labs {
    background-position: -105px -35px;
    width: 24px;
    height: 24px;
}

.ine-icon-tasks {
    background-position: -140px -35px;
    width: 24px;
    height: 24px;
}

.ine-icon-fontsize {
    background-position: -175px -35px;
    width: 24px;
    height: 24px;
}

.ine-icon-home {
    background-position: -210px -35px;
    width: 24px;
    height: 24px;
}

.ine-icon-search {
    background-position: -245px -35px;
    width: 24px;
    height: 24px;
}

.toggle {
    cursor: pointer;
}


#dark #search input[type="text"] {
    background: url(search-dark.png) no-repeat 10px 6px
    #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color:
        #777;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px
    rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

h2[id*="header"]:before{
    display: block;
    content: " ";
    margin-top: -55px;
    height: 55px;
    visibility: hidden;
}


.header-links {
    padding-left: 18px;
    font-size: .85em;
}

.sidebar-chevron {
    margin-top: 60px; margin-left: 15px; cursor: pointer;
}

.rotated-text {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    position: absolute;
    top: 99px;
    left: 482px;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
    transform-origin: 50% 50%;
}

.sidebar-nav {

    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

blockquote p a {
    text-decoration: underline;
}

#pageslide {
    overflow: scroll;
}

/* // INE ICONS */


