/* custom code for grids */

.grid-text-content-header { margin: 20px 20px 0 20px !important; }

p.grid-text-content-paragraph
{
	margin: 10px 20px 20px !important;
	color: darkgray;	
}

/* custom för knappar */

.mailto-button > a { color: white; }

/* Ta bort temats info i footer */

#theme-attribution { display:none; }

/* Ändra underline i footer */

#colophon .widget_nav_menu .menu-item a {
	border-bottom: none;
}

/* Större logga i toppmeny */

#masthead.masthead-logo-in-menu .logo > img {
		max-height: 50px;
}

/* Tabeller */

.plogar-fakta
{
  background-color: #ceeefb;
  padding: 10px;
}

.plogar-fakta h2
{
  color: #006ba1;
  margin: 0;
}

.plogar-fakta p { margin: 0; }

.plogar-table { margin-top: 5px !important; }

.plogar-table thead
{
  background-color: #006ba1;
  color: #fff;
  padding: 5px 0px;
}

.plogar-table th, td { padding: 3px 0; }

.plogar-table th:first-child, td:first-child { padding-left: 5px; }

.plogar-table td { background-color: #fff; }

@media (max-width: 540px) {
  .plogar-table th, td { font-size: 0.875em !important; }
}

@media (max-width: 430px) {
  .plogar-table th, td { font-size: 0.625em !important; }
}