	#masthead {
		display:none;
	}
	
	.site-content {
		width:100vw;
		margin:0px! important;
	}

	#primary {
		width:95vw;
		margin:auto! important;
	}
	
	.TemplateSlidesDiv {
		background-color:#203864;
		border-radius:10px;
		color:#ffffff;
	}
		

    .categoryDiv {
		background-color:#203864;
		border-radius:10px;
        display:inline-block;
        float:left;    
        width:20%;
		height:90vh;
    }

    .catSort {
        height:80vh;
        overflow-y:scroll;    
        width:100%;
    }
    
    .catSort div {
        min-height:50px;
    }
	
    .catSort img {
        width:100px;
    }

	.catSort {
        height:75vh! important 
    }    

	.categoryDiv button {
		padding:3px 7px;
		margin:5px;
		border-radius:4px;
	}

    .filesDiv {
        text-align:center;
        color:#ffffff;
        padding-top:10px;
    }

    .fileCat {
        border:1px solid #ffffff;
        border-radius:10px;  
		display:inline-block;
		width:100%;
    }

    .fileCat br,.fileCat b {
		display:inline;
	}

    .filesCatDiv {
		background-color:#203864;
		border-radius:10px;
        display:inline-block;
        float:left;    
        width:75%;
		border:1px solid #ffffff;
        border-radius:10px;
 		height:90vh;
		overflow-y:scroll;
   }

	.slideImg {
		width:100px;
	}

	#files img {
        width:200px;
    }
    
    #files .slide {
        display:inline-block;
        float:left;
        border:1px solid #000000;
        border-radius:6px;
        margin:5px;
        padding:5px;
		cursor:pointer;
    }

	#pptxDiv {
	 display:none;
	}
	
	.editPPTXBtn {
		padding:7px 10px;
	}

	#editCategories {
	 display:none;	
	 height:80vh;
	 overflow-y:scroll;
	}
	
	
	
	#editCSS {
		top:100px;
		left:100px;
		z-index:99999;
		position:absolute;
		padding:20px;
		background-color:#dddddd;
	}
	
	.fileFieldCont {
	 display:table-row
	}

	.fileFieldCont .fileField,.fileFieldCont .fileTitle {
	 display:table-cell;
	}
	
	