
body {
    width: 600px;
    margin: auto;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.large {
    width: 100%;
    margin: auto;
}

.bordered {
    border: 1px solid black;
}

#preview-circuit-pane {
    margin-top: 20px;
}

tr.even {
    background-color: #ededed;
}

tr.odd {
    background-color: #dedede;
}

table {
    border-collapse: collapse;
}

a, a>img {
    border-width: 0px;
}

img {
    border: 0 none;
}
