#ng-view {
    position: relative;
    padding-top: 65px;
}

/*
table th {
    width: 33%;
}
*/


/* wcOverlay directive CSS styles */

.overlayContainer {
    display: none;
}
.overlayBackground {
    top: 0px;
    left: 0px;
    padding-left: 100px;
    position: fixed;
    z-index: 20000;
    height: 120%;
    width: 100%;
    background-color: #808080;
    opacity: 0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
}
.overlayContent {
    position: fixed;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: bold;
    height: 120px;
    width: 200px;
    z-index: 20000;
    text-align: center;
}
