div.gallery-widget {
    font-size: 11px;
}
div.gallery-widget form.edit .site-id {
    width: 30px;
}
div.gallery-widget div.video {
    height: 151px;
    min-height: 151px;
}
div.gallery-widget div.excerpt {
    margin-top: 4px;
}
    
div.gallery-widget div.attribution {
    margin-top: 2px;
}

div.gallery-widget div.shareit {
    width: 100px;
    margin-top: 5px;
}
div.gallery-widget div.post-rating {
    margin-top: 4px;
    margin-right: 10px;
    text-align: right;
    width: 90px;
    float: right;
}

div.gallery-widget div.grid-row {
    width: 100%;
    height: 320px;
    min-height: 320px;
}
    
div.gallery-widget div.grid-cell {
    height: 320px;
    min-height: 320px;
    width: 210px;
    margin-right: 30px;
    float: left;
}
div.gallery-widget div.last-in-row {
    margin-right: 0px;
}
    
/* Styles for the display of the large format video */

div.gallery-widget div.large-format {
    height: 560px;
    min-height: 560px;
}
div.gallery-widget div.large-format div.video {
    width: 600px;
    height: 400px;
    min-height: 400px;
}
div.gallery-widget h2.post-title {
    margin: 12px 0px 2px 0px;
}
div.gallery-widget div.large-format h2.post-title {
    font-size: 16px;
}
div.gallery-widget div.large-format {
    font-size: 13px;
}
    
/* Override Widget title styles for Climate TV id */

div#climatetv h2.widget-header {
    font-size: 25px;
    border-width: 0px;
    height: 50px;
    min-height: 50px;
}

div#coplive h2.widget-header {
    margin-top: 15px;
}

div.gallery-widget form.edit input.size {
    width: 20px;
    margin-right: 5px;
}

/*  Styles for widget configuration */

div.gallery-widget div.label {
    width: 120px;
    float: left;
}
div.gallery-widget div.options {
    width: 430px;
    margin-bottom: 20px;
    float: right;
}
div.gallery-widget div.options input {
    width: 12px;
    background-color: #ffffff;
    margin: 0px 20px 0px 2px;
}



