

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#gamelist, #game-container {
    margin-top:20px;
    min-height:320px;
}

/*#game-container {
    width:100%;
    height:100%;
}

.game-wrapper {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px;
    height: 0;
}

.game-wrapper > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}



.thumbnail {
    padding: 10% 0;
    text-align: center;
    font-size: 18px;
}

#logview {
    overflow-x:hidden;
    overflow-y:scroll;
    max-height:500px;
}

.panel-body {
    word-wrap: break-word;
    word-break:break-all;
}

#game-session-id{
    width:214px;
}.source-code{word-wrap: break-word;}