websocket.css 448 Bytes
body {
    background-color: #f5f5f5;

    padding: 2em 3em;
    margin: 0 auto 20px;
    background-color: #fff;
    /*border: 1px solid #e5e5e5;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.divleft{
    border-right: 1px solid gray;
}

.divtitle{
    /*border-bottom: 1px solid gray;*/
    width: 100%;
    margin-top:15px;
    margin-bottom: 5px;
}
hr{
    background-color: black;
    height:1px;
}