body {
    padding-top: 70px;
    padding-bottom: 70px;
}

#alert {
    width: 150px;
}
#alert .progress {
    margin: 0;
}

a, a[ng-click]{
    cursor: pointer;
}

.md_grid_item a:hover, .md_grid_item a:focus {
    text-decoration: none;
}
.md_grid_item {
    margin-bottom: 1.2em;
}
.md_grid_item .labels, .md_list_item .labels {
    display: inline-block;
    padding: 0.8em 0 0 0.5em;
}
.md_grid_item .labels .label, .md_list_item .labels .label {
    margin: 0 .2em 0 0;
    text-transform: uppercase;
    display: inline-block;
}
.md_list_item {
    margin-left: 1em;
    margin-right: 1em;
}
.image img{
    max-height: 200px;
    display: block;
     margin-left: auto;
     margin-right: auto;
}
.thumbnail {
    margin-bottom: 0;
}
hr {
    float:left;
     width:100%;
}
/* centered columns styles - use for button "Plus de fiches..." bottom of page */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

// Add for view-tpl.html 2017-01-28 - GRK
a[ng-click]{
    cursor: pointer;
}

#spatial-representation-type-label {
    z-index: 999;
    margin: 10px;
    position: absolute;
    right: 15px;
}

#browsegraphic {
    margin-bottom: 20px;
}
