body {
    font-family:'Helvetica Neue', Arial, sans-serif;
    color: #fff;
}
.gridster .gridster-item {
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    background:#f7f7f7;
    color: #555;
    vertical-align: middle;
    border: #dcdcdc solid 1px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #e8e8e8;
	   -moz-box-shadow: 0 8px 6px -6px #e8e8e8;
	        box-shadow: 0 8px 6px -6px #e8e8e8;
}
ul {
    list-style: none;
}


.controls {
    margin-bottom: 20px;
}
.page-header {
    margin-top: 20px;
}
ul {
    list-style: none;
}
.box {
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}
.box-header {
    background-color: #eee;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #ccc;
    cursor: move;
    position: relative;
}
.box-header h3 {
    margin-top: 10px;
    display: inline-block;
}
.box-content {
    padding: 10px;
}
.box-header-btns {
    top: 15px;
    right: 10px;
    cursor: pointer;
    position: absolute;
}
a {
    color: #ccc;
}
form {
    margin-bottom: 0;
}
.gridster {
    border: 0px solid #ccc;
}