.navbar-default {
    background-color: #f8f8f8;
    box-shadow: 0px 0px 15px 0px #55595c;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
body {
    background-color: #f8f8f8;
    padding-top: 70px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 7px -2px #818a91;
}

.panel-heading {
    padding: 10px 15px;
    color: #333;
    background-color: #b1c8da;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

li { 
    padding-left: 0px; 
	cursor: pointer;
}
.unit { 
	cursor: pointer;
}
.list-group-item {
    border: 1px solid #ccc;
}
.list-group-item:first-child {
    border-radius: 0px;
}
.list-group-item:last-child {
    border-radius: 0px;
}
.label-default {
    background-color: #777;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
img{
	max-width:100%;
}
.row {
    margin-top: 10px;
}
.modal-dialog {
    display: table;
	max-width: none;
}
