#cy {
    /*position: relative;
    top: 5px;*/
    position: relative;
    display: block;
    height: 360px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}
#cy-title {
    position: relative;
    right: 0;
    top: 10px;
    width: 300px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-family: Andale Mono, monospace;
    font-size: 0.8em;
}

#cy-title .content {
    width: 9999px;
}

#cy-title pre {
    border: 0;
    background: transparent;
}

#cy-hide,
#cy-show {
    right: 0;
    bottom: 0;
}

#cy-show {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    display: none;
}

#cy-zoom-in {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

#cy-zoom-out {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

#cy-refresh{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

#table {
    max-width: 1200px;
}
