/*
   This is the same as main.css
   but with HumHub color scheme
   so it can be differentiated
   from the Production site.
   Uses IS_TEST_SITE in constants.php
*/
@import "w3.css";
body {font-family: sans-serif;}

.teamz-green {color:#fff!important;background-color:#708fa0!important}
.teamz-blue {color:#fff!important;background-color:#97d271!important}

.auth-card {width: 650px; margin: auto;}

.import-scroll {
    width: 800px;
    height: 300px;
    overflow: scroll;
    border: 1px solid black;
}

.import-border {
    width: 800px;
    border: 1px solid black;
}
