/* styles for all pages */

.site-inner {
	max-width: 75%;
}

/* remove the link dotted outline */
a, a:active, a:focus {
	color: #007acc;
	outline: none;
}

pre {
	padding: 0.5em;
	border: none;
}

p {
    text-align: justify;
}

ul {
    list-style: disc inside none;
}

li {
    text-align: justify;
}

.no-margin {
	margin: 0;
}

.hidden {
	visibility: hidden;
	display: none;
}

.site-branding .site-title a {
	color: #88ba30;
	font-size: 2.5em;
}

.site-branding .site-description {
	font-size: 1.5rem;
	padding-bottom: 3px;
}

.fispro-text {
	font-weight: bold;
	color: #e2001a;
}

.content-bottom-widgets .widget-area {
    margin-bottom: 0;
}

.widget {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 0;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

#widget-wcp_image-2-image_url img {
	padding: 20px;
}

