td.widgetmanager-name {
    width: 150px;
}

#widget-manager-listing table {
    border-bottom: 0;
}

.textarea-wrapper {
    width: 290px;
}

#stage {
    position: relative;
    width: 620px;
}

#installed-column {
    width: 300px;
    background-color: #e6ecf2;
    float: left;
}

#center-column {
    width: 20px;
    text-align: center;
    float: left;
}

#available-column {
    width: 300px;
    background-color: #eee;
    float: left;
}

#installed-column p,
#available-column p {
    margin: 0 0 5px 0;
    padding: 5px 0;
    background-color: #8faebe;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
#available-column p {
    background-color: #bbb;
}

#stage-drop {
    display: none;
}

.module {
    position: absolute;
    display: none;
    width: 100%;
    border: 1px solid #a3b8cc;
    background-color: #fff;
    padding: 5px;
    font-size: x-small;
    line-height: 1;
}
#available-column .module {
    border: 1px solid #bbb;
}

.module-name {
    float: left;
    text-align: left;
}

.module-edit {
    float: right;
    text-align: right;
    text-transform: lowercase;
}

.module a:link,
.module a:visited,
.module a:hover,
.module a:active {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

