span#google_links {
    width: 70%;
    float: left;
    height: 20px;
    margin-top: 11px;
} 

/* calendarinposting.css
---------------------------------------- */
p.author {
    clear: none;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 1em 2.6em 0;
    padding: 0 0 5px;
}

.postbody h3.first {
/*     padding-top: 0px; */
}

.postbody h3 {
/*     padding: 3px 52px 0; */
/*     position: absolute; */
}

.calendar_sheet {
    /*    background-image: url("./images/calendar.png"); */
/*     background-repeat: no-repeat; */
    float: left;
    height: 55px;
    margin: 0px 5px 0 -5px;
    position: relative;
    width: 51px;
}

.calendar_sheet .date {
    font-size: 1em;
    /* change icon size */
    display: block;
    position: relative;
    width: 5em;
    height: 5em;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}

.calendar_sheet .date * {
    display: block;
    width: 100%;
    font-size: 0.85em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    height: 11px;
}

.bg1 .calendar_sheet .date .month {
	background-color: #d9e6ec;
    box-shadow: 0 2px 0 #d9e6ec;
}

.bg2 .calendar_sheet .date .month {
    background-color: #cadceb;
    box-shadow: 0 2px 0 #cadceb;
}

.calendar_sheet .date .month {
    position: absolute;
    top: -1px;
    padding: 2px 0 3px 0;
    color: #777;
    border-bottom: 1px dashed #777;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.calendar_sheet .date .day_time {
    position: absolute;
    bottom: 2px;
    color: #777777;
}

.calendar_sheet .date .day {
    font-size: 2.1em;
    letter-spacing: -0.05em;
    padding-top: 0.7em;
    color: #777777;
    top: 7px;
    position: relative;
}

@media(max-width:700px){

	.postbody h3 {
    	padding: 3px 0px 0;
	}

	.calendar_sheet {
	    float: right;
		position: relative;
		top: 0px;
		left: 5px;
	}
}

h3.first ~ .calendar_sheet {
    top: 2px;
}

.calendar_sheet {
    top: 3px;
}

/* Para não aparecer a linha com o autor do post e a data novamente */
p.postauthor {
/*    display: none;*/
}