div.project_title {
    border-left: 1px solid #ceacdc;
    border-right: 1px solid #ceacdc;
    border-top: 1px solid #ceacdc;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 20px;
    display: block;
    font-size: 14pt;
    font-weight: bold;
    background-image: linear-gradient(rgba(206,172,220,0), rgba(206,172,220,64));
}

div.project_description {
    display: block;
    padding: 5px;
    margin-top: -15px;
    background-image: linear-gradient(white 15px, rgba(0,0,0,0) 1px);
    border: 1px solid #ceacdc;
    overflow: auto;
}

div.borderLeft {
    border-left: 1px solid #ceacdc;
    position: absolute;
    top: 0px;
    margin-left: -10px;
    height: 75%;
}
div.borderTop {
    border-top: 1px solid #ceacdc;
    position: absolute;
    top: 0px;
    margin-left: -10px;
    margin-top: -1px;
    width: 75%;
}

div.apiTitle {
    /* background-color: #eeeeee; */
    border-bottom: 1px solid #dadada;
    font-family: monospace;
    cursor: pointer;
}

div.apiDetail {
    display: block;
    overflow: hidden;
    
    margin-left: 25px;
    padding: 5px;
    opacity: 0;
    
    transition-property: max-height, margin-top, margin-bottom, opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    
    /* background-color: #eeeeee; */
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

span.indented {
    padding-left: 15px;
}

span.inline {
    clear: left;
}

div.apiDetail h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #adadad;
}

table.portfolio_table {
}

div.portfolio_leftmenu {
    flex: 0 1 auto;
    flex-shrink: 0.5;
    background-color: #000;
    color: #fff;
    margin: 0px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 25px;
    vertical-align: top;
}

div.portfolio_leftmenu ul {
    padding-left: 10px;
}

div.portfolio_leftmenu li {
    list-style: none;
}

div.portfolio_leftmenu a {
    color: #ceacdc;
}

div.portfolio_body {
    flex: 1 1 auto;
    flex-shrink: 1.2;
    background-color: #fff;
    padding: 10px;
    vertical-align: top;
    overflow: auto;
}

div.apiDetailButton {
    display: table-cell;
    font-size: 9pt;
    color: black;
    float: left;
    margin-right: 5px;
    
    transition: transform 0.2s ease-out;
}

span.code-js {
    display: inline-block;
    font-family: monospace;
    background-color: '#ededed';
    padding: 5px;
    white-space: pre;
    line-height: 35px;
}

span.code-api {
    font-family: monospace;
    background-color: '#ededed';
    padding: 5px;
    white-space: pre;
    line-height: 35px;
}


/* Gallery styles: */
div.thumbnails {
    text-align: center;
}
.thumbnails img {
    margin: 0 10px 10px 0;
    border: 4px solid #00000000;
}

.thumbnails img:hover {
    border: 4px solid #00ccff;
    cursor:pointer;
}

.preview img {
    border: 4px solid #444;
    padding: 1px;
}
