table
{
    margin: 0px;
    border-collapse: collapse;
}

div.form-info {
    position: relative;
}

div.form-info-text {
    position: absolute;
    left: 20px;
    display: none;
}

div.dashboard-body {
    padding-bottom: 15px;
}

div.dashboard-box {
    margin-right: 15px;
}
div.error {
    background-color: yellow;
    color: red;
    padding: 5px;
}
