// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';

main.has-top-padding {
	padding-top: 4.5rem !important;
}

table.table td {
	vertical-align: middle;
}

.has-text-centered {
    text-align: center;
    margin: 0 1em;
}

.is-fixed-top {
	position: fixed;
	z-index: 30;
}

main.chisma-abierta {
	padding-top: 25.5rem !important;
}

#main {
	height: 100%;
}

.container {
	max-height: 100% !important;
}