


.center{
	text-align: center;
}


#uploadpanel{
	margin-top: 1.5%;
}


.inv{
	display: none;
}

.arrowbox{
	width: 50px;
}


.pptpanel .niceTextInput{
	width: 60%;
}
.pptpanel  .niceButton{
	width: 35% ;
	background-color: #D6DDE4 ;
}
.list-group-item {
	background-color: rgba(224, 232, 239, 0.69) ;
	border: 1px solid #337AB7 !important;
}



.pptpanel{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width:768px;
	word-wrap: break-word;
	background-color: rgba(224, 232, 239, 0.69) ;
}


.pptinfo{
	margin-top: 2%;
	padding: 15px 0px;
}

.pptInfoCat{
	text-align: left;
	margin-left: 2%;
	max-width:100%;
}

.pptInfoDownload{
	float: left;
	text-align: left;
	margin-left: 2%;
	width:30%;
}

.pptInfoShare{
	float: left;
	text-align: left;
	margin-left: 2%;
	width:65%;
	height: 32px;
}
.pptInfoSearch{
	float:left;
	text-align: left;
	margin-left: 2%;
	width:90%;
}



.pptdump{
	
	
}

.pptdump h1{
	font-size: 100%;
	margin: 0px 0%;
}
h2{
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0%;
}
.pptdump .panel-body {
	height:200px;
	overflow-y: scroll;
}
.clear{
	clear: both;
}

.footer{
	max-width: 768px;
	margin: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
	color: grey;
}

.lastadded-sitemap-link {
	border-top: 1px solid #337AB7;
	padding: 5px;
}

.thumb-panel-body {
	padding-top: 0;
	padding-bottom: 0;
}
.thumb-row {
	overflow: hidden !important;
}

.thumb-box {
	border-top: 1px solid #337AB7;
	margin-bottom: -99994px;
	padding-bottom: 99999px;
	padding-top: 5px;
}

.thumb-box:first-child {
	border-right: 1px solid #337AB7;
	
}

.thumb-img-box {
	float: left;
	width:100px;
}

.thumb-text-box {
	float: right;
    width: -moz-calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
}​



