#fav-container .schema-attr-header {
    color: #FFFFFF;
    background-color: #2F9EC2;
    text-align: center;
    margin: 0 0 10px;
    padding: 5px 0;
    font-weight: bold;
}

#fav-container .dataschema-tree {
    background-color: #F4F4F4;
}

#fav-container .dataschema-tree ul.tree li {
    margin-right: 0;
    padding-right: 0;
}

#fav-container .dataschema-tree ul.tree li.schema-item a {
    font-size: 12px ;
    color: #2F9EC2;
}

#fav-container .dataschema-tree ul.tree li.schema-item {
    padding-left: 11px;
}

#fav-container .dataschema-tree ul.tree ul li:last-child:before {
    background: #F4F4F4;
    height: auto;
    top: 10px;
    bottom: 0;
}

#fav-container .dataschema-tree ul.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px dotted #AAAAAA;
}

#fav-container .dataschema-tree ul.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px dotted #AAAAAA;
    position: absolute;
    top: 10px;
    left: 0;
}

#fav-container .dataschema-tree .selected {
    text-decoration: none !important;
    background-color: #2F9EC2;
    box-shadow: 1px 1px 1px #AFAFB2;
}

#fav-container .dataschema-tree ul.tree li.schema-item > .node-item.selected  a {
    color: #FFFFFF;
}

#fav-container .dataschema-tree .node-item {
    margin-right: 4px;
    padding-bottom: 1px;
    padding-left: 2px;
    border-radius: 3px;
}

#fav-container .dataschema-tree .node-item a:hover,
#fav-container .dataschema-tree .node-count a:hover {
    text-decoration: underline;
}

#fav-container .dataschema-tree .node-count {
    color: #AAAAAA;
}

.instructions {
    margin-top: 20px;
}

.breadcrumbs {
    margin: 12px 0 -15px 2px;
}

#fav-container .declared {
    background-color: #FFFFE0;
}

#fav-container .declared:hover {
    background: #FFFFB7;
}

#fav-container .undeclared:hover *{
    background-color: #f4faff !important;
}

#fav-container .own {
    background-color: #FFFFB7;
    padding: 1px 1px 1px 2px;
}

.types {
    list-style-type: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.types li {
    padding-left: 0;
    margin-left: 0;
    font-size: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.schema-div {
    margin: 30px 0 30px 0;
}

.schema-div table.schema-detail-table {
    padding: 5px 0 10px 0;
    width: 100%;
    box-shadow: 1px 1px 1px #AFAFB2;
    border-radius: 5px;
}

.schema-div table.schema-detail-table  td {
    padding: 1px 5px;
    border:none;
    word-break: break-all;
    vertical-align: middle;
}

.schema-div table.schema-detail-table a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 680px;
    display: inline-block;
    vertical-align: middle;
}

table.instance-table td:first-child {
    background-color: #2F9EC2;
    color: #FFF;
    font-weight: 500;
    padding: 2px 10px;
}

#fav-container .goto-details-light {
    padding: 3px 20px;
    position: absolute;
    top: 7px;
    right: 15px;
}

.schema-label {
    font-weight: bold;
    color:#2F9EC2;
}

#fav-container .schema-sidenav {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
}

#fav-container .schema-sidenav a {
    padding: 0;
    /*text-decoration: none;*/
    font-size: 15px;
    color: #818181;
    display: inherit;
}

#fav-container .schema-sidenav .closebtn {
    padding: 5px 10px;
}

#fav-container .schema-sidenav .sidenav-panel {
    height: 98%;
}

#fav-container .schema-sidenav .dataschema-tree ul.tree ul {
    margin-left:3px;
}

@media only screen and (max-width: 767px) {
    div[id^="r-responsive-table"] table.reactome.entries td,
    div[id^="r-responsive-table"] table.reactome.instance-table td{
        border: none;
        border-bottom: 1px solid darkgray;
        position: relative;
        padding-left: 2px;
        word-wrap: break-word;
        white-space: normal
    }

    #fav-container table.instance-table tr td, table.instance-table tr th {
        white-space: normal;
        padding: 2px 0 2px 15px;
    }

    #fav-container table.instance-table td:first-child {
        background: none;
        color: #333;
        font-weight: bold;
        padding-left: 5px;
    }

    #fav-container .goto-details-light {
        padding: 3px 20px;
        position: static;
        width: 100%;
    }
}