/* 
    Document   : mysnf
    Created on : 19.05.2013, 18:25:32
    Author     : chris
    Description:
        Purpose of the stylesheet follows.
*/

form div { 
    margin-bottom: 0;
    padding: 0; 
}

.icon-add {
    background-image:url(img/icons/add.png) ! important; }
.icon-save {
    background-image:url(img/icons/disk.png) ! important; }
.icon-reset {
    background-image:url(img/icons/arrow_undo.png) ! important; }
.icon-upload {
    background-image:url(img/icons/image_add.png) ! important; }
.icon-edit-user {
    background-image:url(img/icons/user_edit.png) ! important; }

.top-bar .name h1 {
    background-color: #000;
}
.top-bar .name {
    /* width: 200px; */
}
.row {
  /* max-width: 62.5em; */
  max-width: 72.5em;
}
a {
    color: #000;
}
a:hover, a:focus {
    color: #FFF;
}
div.date select {
    width: 15%;    
}
option {
    font-size: 80%;
}
.date {
    font-size: 80%;
}
.select {
    width: 50%;
}