﻿body {
}
/* TILES */
.btn-squared-default {
    width: 132px !important;
    height: 132px !important;
    font-size: 13px;
}

.btn-squared-default:hover {
    border: 1px solid white;
    font-weight: 400;
}

.btn-squared-default-plain {
    width: 132px !important;
    height: 132px !important;
    font-size: 13px;
}

.btn-squared-default-plain:hover {
    border: 0px solid white;
}

