/* Enter any css you need here */
@media only screen and (min-width: 768px) {
    .two-thirds {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.65%;
        float: left;
        padding-left: 0.9625rem;
        padding-right: 0.9625rem;
      }
        .five-columns {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20.0%;
      float: left;
      padding-left: 0.9625rem;
      padding-right: 0.9625rem;
    }
  }
  .btn-info-pad {
    font-size: 1.00266rem;
    padding: 0.0625rem 0.25rem;
    margin: 0.0625rem;
   -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
h4, h5, h6 {
    font-size: 1.166rem;
  }

  /* line 14, ../../../_sass/elements/_tables.scss */
  .App-Table tr:nth-child(odd) td:nth-child(odd) {
    background-color: #EDEEF2;
  }
  
  /* line 18, ../../../_sass/elements/_tables.scss */
  .App-Table   tr:nth-child(even) td:nth-child(odd) {
    background-color: #EDEEF2;
  }
  
  /* line 22, ../../../_sass/elements/_tables.scss */
  .App-Table  tr:nth-child(odd) td:nth-child(even) {
    background-color: #EDEEF2;
  }
  
  /* line 26, ../../../_sass/elements/_tables.scss */
  .App-Table  tr:nth-child(even) td:nth-child(even) {
    background-color: #EDEEF2;
  }

  
  /* .App-Table td {
    position: relative;
} */


/* .App-Table td:active {
    content: "";
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 6px;
    border-color: transparent
    transparent transparent #059;
    z-index: 20;
} */
/* .App-Table td:active {
    display: none;
} */

/* .App-Table td:hover {
    content: "";
        position: absolute;
        top: 14px;
        right: 12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 6px;
        border-color: transparent
        transparent transparent #059;
        z-index: 20;
    } */
    
/*     
App-Table input {
    cursor: default;
    border: none;
    padding: 5px 30px 5px 5px;
}

.App-Table.App td:after {
    display: none;
    padding: 5px;
}

.App-Table.App input:hover,
.App-Table.App input:active {
    background-color: #059;
} */


/* Download Result Button */
#download{
	background-color: #F2F2F2;
	border-radius: 6px;
	border: solid #666 1px;
	text-align: center;
	font-size: 14px;
	height: 32px;
	width: auto;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
#download:hover{
	opacity: 0.8;
}

#copyData{
	background-color: #F2F2F2;
	border-radius: 6px;
	border: solid #666 1px;
	text-align: center;
	font-size: 14px;
	height: 32px;
	width: auto;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 15px;
	float: left;
}
#copyData:hover{
	opacity: 0.8;
}


.dwButton{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
}
#graphHolder{
	background-color:#F2F2F2;
	border-radius: 7px;
	border: solid #666 1px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 44px;
	padding-bottom: 10px;
}


