.slide{width: 80%;}
.thu{display: inline-block;background-color: transparent;width: 80px;height: 59px;border-radius: 2px;}
body {
	margin: 0px;
	padding: 0px;
	/*color:#404040;*/
    background: #ffffff;
    font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px; 
}
h3{ font-weight: normal;
font-size: 18px;
}
a{
font-size: 14px;
color:#136899;
}
a:hover{
color:#1b96dd;
}
h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}
/*img tag to auto shrink images in the browser*/
img {
    max-width: 100%;
 	height: auto;
    /*width: auto\9; */
}
#upload-wrapper{
	
	/*margin-right: auto;
	margin-left: auto;*/
    max-width:870px;
	/*margin-top: 20px;*/
	padding: 30px 10px 10px 10px;
	 /*border-radius: 10px;*/
	/*box-shadow: 1px 1px 3px #AAA;*/
}
#analysis-wrapper{
	
	/*margin-right: auto;
	margin-left: auto;
    max-width:1200px;*/
	padding: 10px 10px 10px 10px;	
}
iframe {
	margin-right: auto;
	margin-left: auto;
   /* max-width:930px;*/
	margin-top: 20px;
	padding: 20px 10px 10px 10px;
	/*border-radius: 10px;*/
	/*box-shadow: 1px 1px 3px #AAA;*/
    border:none;
   
}
#upload-wrapper h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	margin-top: -30px;
	border-bottom: 1px dotted #DDD;
    font-size: 14px;
    font-weight:normal;   
}
#info-wrapper {
	margin-right: auto;
	margin-left: auto;	
	padding: 0px 0px 0px 0px;		  
}
#upload-wrapper p {
    
    font-size: 14px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 22px;
   
}
#upload-wrapper input[type=file] {	
	/*margin-right: auto;
	margin-left: auto;
	margin-top: auto;*/
    background-color: #edece8;
    /*width: 60%;*/
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;
  
   
    
}
#upload-wrapper input[type="text"]{	
	font-size:14px;
    font-family:"Segoe UI", Tahoma, sans-serif;
   /* margin-right: auto;
	margin-left: auto;
	margin-top: auto;*/
    background-color: #edece8;
    width: 65%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;
   word-wrap: break-word;

     
}
#upload-wrapper input[type="url"] {	
	font-size:14px;
    font-family:"Segoe UI", Tahoma, sans-serif;
    /*margin-right: auto;
	margin-left: auto;
	margin-top: auto;*/
    background-color: #edece8;
    width: 65%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px; 
    
    
      
}
/*
#upload-wrapper input.break{	    word-wrap: break-word;
    word-break: break-all;height:80px;}*/
#upload-wrapper #submit-btn, #newtab-btn, #plus-btn {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
   /* white-space: normal;
    width: auto;*/
}
 #usage_instructions-btn, #browser_compatibility-btn, #version_history-btn, #twitter-btn, #youtube-btn, #instagram-btn {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#about-btn,#disclaimer-btn {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}  

#upload-wrapper #submit-btn:disabled {
	border-radius: 5px;
	padding: 15px 15px 15px 15px;
	background: #136899;
}
/* progress bar style */
progress {
	height: 15px;
	border: 0px none;
	background-color: #edece8;  
}
progress::-webkit-progress-bar {  
	background-color: #edece8;   
}  
progress::-webkit-progress-value {  
	  
}  
progress::-moz-progress-bar {  
	
}
/* Footer */
#footer{
 text-align: center;
 height: 25px;
 padding-top: 3px;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #EEEEEE;



 
 }
#footer .cc {
 display: inline-block;
 border-width: 0;
 vertical-align: middle;
 width: 20px;
 height: 20px;
 background-position: 0 0;
 }
#footer p{
 width:65%;
 padding: 0px;
 margin: 0px;
 font-size: 11px;
 
 background: #ffffff;
 }


 a:hover{cursor:pointer;}
 
 *::-webkit-input-placeholder {
  
	opacity: 1 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
   
	opacity: 1 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
  
	opacity: 1 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
   
	opacity: 1 !important;
}
/*File Chooser*/
.image-upload {
   vertical-align: middle;  
    /*margin-right: auto;
	margin-left: auto;*/
	margin-top: auto;
    background-color: #edece8;
    width: 65%;
    /*height: 40px;*/
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;  
 /* display: inline;*/
  
   
}

.image-upload > input
{
   display: none;
   position:absolute; 
   top:-100px;
}

.image-upload label img {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  line-height: 2em;
}
.image-upload img {
  cursor: pointer;
}
#about {
    margin: 50px auto 15px;
    padding: 0px 50px 40px;
    width: 700px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #FFF;
    text-align: justify;
    line-height: 22px;
}
input::placeholder {
  color: #000000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
	@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
            
		}  
		td {
			/* Behave  like a "row" */
			border: none;
			position: relative;	
         
            text-align: center;    
            
		}
		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			
		
			white-space: nowrap;
		}
