﻿/*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 1.2.2
*/

img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}

input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}

div#tswsidecol {
	float: left ;
	width: 20% ;
	color: #000 ;
	background-color: #fff ;
}

div#tswcontent {
	float: right ;
	width: 80% ;
	color: #000 ;
	background-color: #fff ;
}
@media only screen and (max-width: 629px) {
	div#tswsidecol {
		float: none ;
		width: 100% ;
	}

	div#tswcontent {
		float: none ;
		width: 100% ;
	}

}
div#tswcontproper, div#tswsideproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: #fff ;
}
div#tswheader {
	color: #000 ;
	background-color: #fff ;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	font-size: x-large;
}
h1:first-of-type {
	margin-top: 0px;
}
h2 {
	font-size: large;
	color: #0000FF;
}

.justified-para {
	text-align: justify;
	margin-left: 10px;
}
ul {
	margin-left: -10px;
	list-style-type: square;
}

.redbold {
	color: #FF0000;
	font-weight:bold;
}

.venue{
	 margin-top: 0px;
	 font-size: medium;
	 font-weight:bold;
}

.byline{
	text-align:justify;
}

.abstract{
	text-align:justify;
}

.ptitle{
	font-size:large;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0000FF;
}

#projtable {
	width: 90%;
	/* border: thin black solid; */
	border-spacing: 0px 20px;
}

.projtd {
	width: 100%;
	border: thin black solid;
	/*
	border-top: thin black solid;
	border-bottom: thin black solid; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F3F3F3;
}

.visres {
	width: 100%;
	text-align: center;
}

.youtube-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.youtube-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   }

