/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2020 | 11:03:12 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

.sidebar .widget li{
	border-top-width:0px !important;
}

/* Widget Title */
.sidebar .widget .widgettitle{
	border-bottom-width:1px;
	border-bottom-style:solid;
}

/* Form Division */
.sidebar .widget form{
	margin-bottom:0px;
}


/* 930px and above screen sizes */
/* 930px and above screen sizes */
@media (min-width:930px){


	/* Content Division */
	#page-content .page-column{
		margin-top:0px !important;
	}

	
}