#addToPackModal {
	z-index: 1060;
}

a.pack-button, input.pack-button {
    padding: 0.8em;
    background: #ce3c35;
    color: #fff;
    border: none;
    margin-top: 13px;
}

.pack-pack-button {
    padding: .5em;
    background: #6d7985;
    color: #fff;
    border: none;
    margin-top: -45px;
    position: absolute;
    right: 0;
    top: 50px;
}

.pack-public-details, .pack-public-details h3, .pack-public-details h4 {
	text-align: right;
}

img.pack-profile {
	max-width: 100%;
	max-height: 250px;
}

ul.packs-list {
	list-style: none;
	padding: 0;
}

.packs-checkbox-list .loading {
	display: none;
	height: 25px;
	width: 25px;
	background:url(../images/loader.gif) no-repeat;
	background-size: cover;
}

#addToPackModal .red-button, #addToPackModal .grey-button {
	display: inline-block;
}