.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}
/*
#id_LoginBoxGadget .loginContainer .d1, #id_LoginBoxGadget .loginContainer .d3 {
    float: left;
    height: 120px;
    width: 250px;
}

#id_LoginBoxGadget .loginContainer .inner {
    background: none repeat scroll 0 0 transparent;
    height: 120px;
    padding: 5px 0 5px;
    width: 250px;
}

#id_LoginBoxGadget .loginContainer {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 0.85em;
    height: 120px;
    position: absolute;
    right: 0px;
    top: 44px;
    width: 250px;
    z-index: 33003;
}

.cnHeaderContainer .innerHeaderContainer, .header_headerContent, .headerContentHolder, .headerContent {
    height: 200px;
}

.nivoSlider {
    width:640px;
    height:205px;
}

#info_box {
    width: 230px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f1faff;
}
#info_box #content {
    width: 210px;
    margin: 7px 10px;
}
#info_box #content ul {
    list-style-position: inside;
    list-style-type: disc;
    padding: 0px;
    margin: 3px 0px 10px 0px;
}
#info_box #content ul li {
    background-image: url(/images/arrow_bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
}
#info_box #content #dates { font-size: 14px; }

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #000000;
    border-radius: 8px;
    background: #0a0675;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a0675), to(#0ca2c7));
    background: -moz-linear-gradient(top, #0a0675, #0ca2c7);
    background: linear-gradient(to bottom, #0a0675, #0ca2c7);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #0c078c;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c078c), to(#0ec2ef));
    background: -moz-linear-gradient(top, #0c078c, #0ec2ef);
    background: linear-gradient(to bottom, #0c078c, #0ec2ef);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #060446;
    background: -webkit-gradient(linear, left top, left bottom, from(#060446), to(#0ca2c7));
    background: -moz-linear-gradient(top, #060446, #0ca2c7);
    background: linear-gradient(to bottom, #060446, #0ca2c7);
}

 .column {
  float: left;
  width: 25%;
}
*/

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



.hide-scrollbar{

overflow-y: scroll;

overflow-x: hidden;

}

/*Then, to set up your fake scrollbar, add these rules:
This will take care of the styling for the track of the scrollbar.*/

.hide-scrollbar::-webkit-scrollbar{

background-color: white;

border-radius: 10px;

width: 20px;

}

/*This will handle the thumb (scrolling part).*/

.hide-scrollbar::-webkit-scrollbar-thumb{

background-color: grey;

border-radius: 10px;

border: 5px solid white;

}

.hide-scrollbar::-webkit-scrollbar-thumb:vertical{

height: 20px!important;

width: 20px;

}

.offsetDiv {
    position: relative;
    top: -150px;
}