/*
	styles.css
*/
body {
	font-family: Arial, Helvetica, sans-serif ;
height:100%;
}



/* Used for web page header */
h1	{
	text-align:center;
	font-size:18px;
	margin-top:2px;
	margin-bottom:0px;
	background-color: transparent;	
}
/* Used for second level headers */
h2	{
	text-align:center;
	font-size:15px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: transparent;
	}
	/* Used for all text blocks */
h3	{
	text-align:center;
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: transparent;
	}
h4	{
	text-align:center;
	font-size:20px;
	margin-top:5px;
	margin-bottom:15px;
	background-color: transparent;
	}
/* Used for line of dashes */
h5	{
	text-align:center;
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: transparent;
	}
p	{
	text-align: center;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: transparent;
	}
a	{
	background-color: transparent;
	}
	
.teamwrap {
	display:table;
    width: 50vw;
	border-bottom :1px solid black;
	font-size: 14px;
	  padding-top: 2px; 
  padding-bottom: 2px; 
}
.teamleft {
	display:table-cell;
  background-color: white;
  border-right:2px;
    width:40vw;
}

.teamright {
display:table-cell;
  background-color:white;
  	min-height:40px;
}
.col-container {
  display:table;
  width: 150vw;
  height:100vh;
  padding-left: 0px; 
  padding-right: 0px; 
  padding-top: 0px; 
  padding-bottom: 0px; 
  background-color:LemonChiffon;
}
.col1 {
  display: table-cell;
  padding: 0px;
  padding-bottom: 0px;
  background-color:wheat;
  border-right: 1px solid black;
  width:50vw;
  height: 100vh; 
  overflow: auto;
}
.col2 {
  display: table-cell;
  padding: 0px;
  padding-bottom: 0px;
  width:50vw;
  background-color:LemonChiffon;
  border-right: 1px solid black;

  height: 100vh; 
}
.col3 {
  display: table-cell;
  padding: 0px;
  padding-bottom: 0px;
  width:50vw;
  background-color:yellow;
  height: 100vh; 
}

.small-btn {
        width: 30px;
        height: 15px;
 	margin-top:0px;
	margin-bottom:0px;   
	padding: 0px;
	font-size:10px;
}

.scrollable {
    width: 50vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: auto;
}