.no-float {
    float: none;
}

table.table thead tr th {
    text-align: center;
}

@keyframes loadingSpiner{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
#btn-cache-container{
	display: none;
	z-index: 1000;
	width: 90px;
	padding: 5px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin: 5px;
}
#btn-cache-download{
	cursor: pointer;
}
#wifi-offline p{
	margin-top: 40px;
	font-weight: 1000;
}
#wifi-offline img{
	margin-top: 10%;
	width: 200px;
	height: auto;
}