/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */



		/* Styling av EVO2-sidorna */

.evo2-content {
	border-top: 1px solid black;
}
.evo2-row {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.evo2-img {
	width: 48%;
	padding: 1%;
	float: left;
}
.evo2-img img {
	display: block;
	margin: auto;
}
.evo2-text {
	width: 48%;
	padding: 1%;
	float: left;
}
.evo2-h2 {
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
.evo2-p {
	font-size: 14px;
}
@media screen and (max-width: 670px) {
	.evo2-img, .evo2-text {
		width: 98%;
	}
}

		/* Styling FB-icon and link */
		
#fb-img-se {
	height: 26px;
    padding: 2px;
    margin-left: 8px;
    border-radius: 25%;
}
#fb-img-es {
	height: 26px;
    padding: 2px;
    margin-left: 8px;
    border-radius: 25%;
}