﻿html, body {
    height: 100%;
}
.min-100 {
    min-height: 100%;
}
.home-item {
    width:150px;
    height:150px;
    vertical-align:middle;
}
.selected {
    background-color: #666;
    color: #fff;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.catsub {
    background-color: #000 !important;
    color: #fff;
}

.hoverable {
    -webkit-transition: box-shadow .55s;
    transition: box-shadow .55s;
    box-shadow: 0
}

    .hoverable:hover {
        -webkit-transition: box-shadow .45s;
        transition: box-shadow .45s;
        box-shadow: 0 0px 17px 0 rgba(0,0,0,.2),0 0px 20px 0 rgba(0,0,0,.19)
    }

.radiostyle {
    height: auto;
    /*float: left;*/
}

    .radiostyle label {
        display: inline;
        margin-left: 10px !important;
        /*margin-bottom: 10px !important;*/
    }

@media print {
    body {
        background-color: #fff !important;
    }
}