body {
    overflow: auto;
    cursor: default;
}
#widget_scroll_container {
    margin: 0px;
    position: relative;
    width: auto !important;
    left: 0px !important;
    top: 0px;
}
div.widget_container,
div.widget_container.half {
    overflow: hidden !important;
    width: auto !important;
    margin: 0px;
    float: none;
    padding: 0px;
}
div.widget {
    float: none;
    width: auto !important;
    height: auto !important;
    margin: 4px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}
div.widget:hover {
    border: none;
    -webkit-transform: scale(1) !important;
       -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
         -o-transform: scale(1) !important;
            transform: scale(1) !important;
}
div.widget.unloaded {
    opacity: 0;
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
div.widget:last-child {
    margin-bottom: 0px;
}
div.widget div.main {
    width: 80px;
    height: 80px;
}
div.widget div.widget_content,
div.widget div.main {
    overflow: visible;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: static;
}
div.widget div.main > span {
    top: 0px;
    left: 80px;
    bottom: 0px;
    right: 0px;
    padding: 5px 5px 5px 20px;
    line-height: 70px;
    background-color: #d8d8d8;
    color: #000000;
    text-shadow: none;
}