.dominant {
    text-align: center;
    margin-top: 0;
}

.large {
    margin-top: 1.5em;
    font-size: 3em;
}

.done {
    color: silver;
    text-decoration: line-through;
}

.old {
    color: silver;
}

.tag {
    -webkit-border-radius: 5px;
    font-weight: bold;
    background-color: orange;
}

.triangle {
    border-color: none;
    border-style: solid;
    border-width: 20px;
    width: 0;
    height: 0;
}

.up { border-color: transparent transparent silver transparent}
.down { border-color: silver transparent transparent transparent}
.right { border-color: transparent transparent transparent silver}
.left { border-color: transparent silver transparent transparent}

.warning {
    -webkit-border-radius: 10px;
    margin: 0 auto;
    width: 80%;
    height: 80%;
}

.module {
    background-color: purple;
    padding: 5px;
    width: 400px;
    font-size: 0.8em;
    text-align: center;
    color: orange;
    margin: 0 auto;
}

.module .module {
    margin-bottom: 0.5em;
    border-color: #afa;
    width: 90%;
}

.include {
    border: 5px solid cyan;
}

.exclude {
    border: 5px solid red;
}

.file {
    font-size: 0.8em;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
}

.comment {
    color: green;
    text-decoration: italic;
}

code {
    color: #ccf;
}

.highlight {
    color: yellow;
}

.important {
    color: yellow;
    font-size: 3em;
}
