.textareatool {
    width: 600px;
    height: 300px;
    margin-bottom: 10px;
}

#separatortext {
    width: 60px;
}

#tool_outer {
    margin-top: 10px;
}

#tool_inner {
    text-align: left;
    margin-left: 20px;
}

#antCanvas {
    width: 660px;
    height: 405px;
    border: 1px solid black;
    margin-bottom: 5px;
    background-color: white;
}

a.toollink {
    font-weight: bold;
    text-decoration: none;
}