.left-frame{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.right-frame{
    width: 50%;
    float: right;
    box-sizing: border-box;
}
#copy-clipboard{
    width: 90%;
    height: 120px;
}
#package-result{
    width: 90%;
    height: 120px;
}

table.type11 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
}
table.type11 th {
    width: 1%;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    background: #c0c0c0;
}
table.type11 td {
    font-size: 15px;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
    background: #eee;
}