﻿body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.container {
    width: 100%;
}

.header {
    background-color: #939a9e;
}

.menu {
    width: 230px;
    float: left;
}

    .menu ul {
        list-style-type: none;
    }

    .menu li {
        text-align: left;
    }

.sample-link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #EE4E23;
    text-decoration: underline;
}

.content {
    float: right;    
}

    .content .btn-run {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        line-height: 15px;
        color: #EE4E23;
        margin-left: 100px;
    }

    .content ul {
        list-style-type: none;
        display: inline;
    }

        .content ul li {
            display: inline;
        }

.sample-frame {
    width: 100%;
    height: 500px;    
    border: solid 1px;
    border-color: #EE4E23;
    margin-top: 15px;
}
