/* Ipad */
@media only screen and (max-width: 1024px) {
	table {
		overflow-x: auto;
		display: block;
	}
	
	.StartLedigaJobbTable, .LedigaJobbTable
	{
		
		font-size: 15px;
		color: #555;
	}
	
	
	
	.ListJobTitle
	{
		font-size: 18px;
	}
	
	.StartLedigaJobbHeader h2
	{
		font-size: 20px;
	}
	
	.StartLedigaJobbTable tbody tr td:first-child, .LedigaJobbTable tbody tr td:first-child {
    padding-right: 20px;
	}
	
	.StartLedigaJobbTable tbody tr td, .LedigaJobbTable tbody tr td {
       padding-right: 10px;
	}
	
	.AllEdusPane .StartLedigaJobbTable
	{
		height: 500px;

	}
	
	.UtbildningstypListEdus table
	{
		max-height: 500px;
		display:table;
		height: initial;
	}
	
}


/* Mobile */
@media only screen and (max-width: 767px) {
	
.AllEdusPane
{
	max-height: none;
	padding: 0px;
}
	
.AllEdusPane .StartLedigaJobbTable
{
	height: auto;
}
	
.AllEdusPane .StartLedigaJobbTable td:first-child
{
	   padding-bottom: 0;
    font-weight: 600;
}
	
	
table {
    border-collapse: collapse;
    border-spacing: 0;

}
td,th {

    padding: 4px 8px;
}



table {
		overflow-x: auto;
		display: block;
	}	
	
	.StartLedigaJobbTable, .LedigaJobbTable
	{
		border: solid 1px #eee;
	}
	
}

