.googlepluslogic {
    background: none repeat scroll 0 0 #f2f2f2;
    clear: left;
    display: table;
    padding: 20px 10px 15px 15px;
    position: relative;
    width: 100%;
}
.googleplusview {
    background: none repeat scroll 0 0 #DD4B39;
    display: table;
    float: left;
    margin-left: 0;
    padding: 20px;
}

.gboxborderlogic {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.gboxborder {
    float: left;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 25%;
}

.red {
    background: none repeat scroll 0 0 #F54347;
}
.blue {
    background: none repeat scroll 0 0 #7BABFA;
}
.green {
    background: none repeat scroll 0 0 #6DC31B;
}
.yellow {
    background: none repeat scroll 0 0 #FEC900;
}

.googleplusmessage {
    color: #F54347;
    float: left;
    font-size: 12px;
    margin-left: 11px;
    margin-top: 27px;
}
.googleplusmessage span {
    font-weight: bold;
}