/*
 Theme Name:   Meresjov.dk
 Theme URI:    http://meresjov.dk/wp-content/themes/oceanwp/
 Description:  bare en lille joke side
 Author:       Rene Lageri-schmidt · Tommy Lageri-Schmidt
 Author URI:   https://www.meresjov.dk
 Template:     oceanwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  Meresjov.dk

*/

.MSContainer:{
	width: 75%;
}

.MSBobble1, .MSBobble2, .MSBobble3, .MSBobble4 {
	box-shadow: 5px 5px 15px #666666;
	border-radius: 30px;
	margin-bottom: 4px;
}
.MSBobble1 {
	padding: 10px;
}


.MSBobble2 {
	width:40px;
	height:40px;
}
.MSBobble3{
	width:25px;
	height:25px;
} 
.MSBobble4 {
	width:10px;
	height:10px;
}
.blog-entry.large-entry {
	border-bottom: unset;
}
.MSContainer:nth-child(odd) {
	float:left;
}
.MSContainer:nth-child(even){
	float:right;
}