h1{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5;
    text-align: center;
    color: #fff;
}
p {
    display: block;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
}
.container{
	/*padding: 20px;  */
}
table tr td img{
	width: 75px;
}
.head{
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.head h5{
    color: #333;
}
i.plus{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
}
.plus:before {
    content: "+";
    font-size: 21px;
    font-weight: bold;
    vertical-align: super;
}
.form-label{
    font-weight: bold;
}
td a{
    padding: 2px 8px !important;
}
.image-grid{
    width: 100%;
    float: left;
    padding: 15px;
}
.img-bx{
    margin-bottom: 10px;
}
.img-bx img{
    margin-bottom: 5px;
}
.img-bx a{
    text-decoration: none;
}
.alert span{
    color: #b71717;
}