/* Tyylit SharePointList-pluginiin */

#vk_sharepointlist {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vk_sharepointlist:after{
  content: "";
  display: table;
  clear: both;
}

#vk_aluevalikko {
	float:right;
}
.vk_yhteystiedot {
	position: relative;
	width: 100%;
	height: 300px;
}

.ytboksi {
	float:left;
	width: 250px;
	height: 150px;
	margin: 20px;
}
.ytnimi {
	font-weight: bold;
}
.clearboth {
	clear:both;
}

.vk_odotus {
	background-image: url("img/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
}