/*-----------------------
 *  MINI RESET
 *-----------------------*/
* { margin: 0; padding: 0 }
html, body { height: 100%; }
ul { list-style: none }
.ui.menu .item {
    outline: none;
}
.ui.icon.button {
    width: 20px;
    height: 20px;
}
/*-----------------------
 *  GENERIC CLASSES
 *-----------------------*/
.center-helper {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
}
.centered {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.hidden {
    display: none;
}

ul.ui.pointing {
    list-style: none;
}
.ui-front {
    z-index: 2000;
}

.f-right {
    float: right;
}

.even {
    background: #efefef;
}
li.odd, li.even {
    margin: 5px 0;
    border-radius: 5px;
    border: solid 1px #e1e1e1;
    padding: 10px;
}

a.smooth.icon {
    color: #333333;
    text-decoration: none;
}
a.smooth.icon .icon {
    transition: all 0.2s ease-out 0s;
    transform: scale(1.5);
}
a.smooth.icon:hover .icon {
    color: #009fda;
    transform: scale(2.5);
}
/*-----------------------
 *  LAYOUT
 *-----------------------*/
#logout {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
}
#content {
    width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
}
h1 {
    margin-top: 20px;
    border-bottom: ridge 2px silver;
    color: #555;
    font-size: 150%;
    padding: 10px;
}
/*-----------------------
 *  PAGE SPECIFIC
 *-----------------------*/
.download li:hover {
    border-color: black;
    font-weight: bold;
}
.download .filename {
    font-weight: bold;
}
.download .date, .download .size {
    float: right;
    border-left: 1px dotted silver;
    font-family: monospace;
}
.download .date {
    text-align: center;
    width: 150px;
}
.download .size {
    text-align: right;
    width: 120px;
}

/*-----------------------
 *  TESTS
 *-----------------------*/
