/*
Theme Name: Twentythirteen Child
Description: Child theme for the twentythirteen theme 
Author: Your name here
Template: twentythirteen
*/

@import url("../twentythirteen/style.css");

ins {
	background: #fff;
	text-decoration: none;
}


.widget {
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}