footer{
	background-color: #1f87c2;
	padding: 20px 0;
	color: white;
	text-align: center;

}

.actions{
	float: right;
	margin-top: 40px;
}


.tablesorter th{
	cursor: pointer;
}

@media screen and (min-width: 1000px){
	footer{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}



@media screen and (max-width: 360px){
  table tr th:last-child, table tr td:last-child{
    display: none;
  }
}
