#toggleDIV0, #toggleDIV1, #toggleDIV2, #toggleDIV3, #toggleDIV4, #toggleDIV5, #toggleDIV6, #toggleDIV7, #toggleDIV8, #toggleDIV9 {
    padding: 0px 10px 0px 0px;
    text-align: left;
    color: #363636;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-style: italic;
    font-weight: 200;
    cursor: pointer;
}

div.bg0 {
    background-color: transparent;
    width: 800px;
    font-size: 12px;
}

div.bg1 {
    background-color: #DDD;
    width: 800px;
    font-size: 12px;
}

button.all {
    display: inline-block;
    padding: 0px;
    border: none;
    background-color: transparent;
    color: #EE2E24;
    overflow: hidden;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    /* text-transform:uppercase; */
}


span.code0, .code1, .title0, .title1, .ex0, .ex1 {
    display: inline-block; /* the default for span */
    padding: 1px 20px 0px 0px;
    border: none;
    background-color: transparent;
    vertical-align: top;
}

span.code0, .code1 {
    width: 40px;
}

span.title0, .title1 {
    width: 350px;
}

span.title {
    width: 700px;
}

span.ex0, .ex1 {
    width: 350px;
}
