table{
    border: 1px solid black;
    border-spacing: 0;
    border-collapse: collapse;
}
td, th{
    border: 1px solid black;
    margin: 0px;
    padding: 3px;
}
code, var{
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}
ins{
    color: #660000;
    background-color: #ffffdd;
}
.codeblock {
    overflow: scroll;
    height: 200px;
    border: 1px solid black;
}
.even{
    background-color: #ffffff;
}
.odd{
    background-color: #dddddd;
}
.selected{
    background-color: #ffcccc;
}

.list{
    width: 600px;
/*    float:left;*/
}
.detail{
    border: 1px solid #000000;
    padding: 3px;
    width: 300px;
}
.detail h3{
    text-align:center;
    font-weight:normal;
    font-size: medium;
}
.detail div{
    margin-top: 3px;
}
.detail div.texts{
    margin-top: 3px;
    border-top: 1px solid #000000;
}
.detail div.texts label{
    
}
.detail div.texts input{
    width: 200px;
    position:relative;
    right:0;
}
.detail div.buttons{
    text-align:center;
    border-top: 1px solid #000000;
}
dt{
    background-color: #eeeeee;
    border-top: 1px dotted #cccccc;
}
dd{
    padding-left: 1em;
}
dl+dt{
    margin-top: 3px;
}
