.invest-section {
	min-height: 50vh;
}

.pagecontent {
	width: 85vw;
	margin: auto auto 1rem auto;
	padding: 45px;
	background-color: #f3f3f3;
	color: #122d54;
}

@media (max-width:1700px) {
	.pagecontent {
		width: 90vw;
		padding: 40px;
	}
}

@media (max-width:1500px) {
  .pagecontent{
    width: 100vw;
		padding: 35px;
  }
}

@media(max-width:1000px){
  .pagecontent{
    padding: 10px;
  }
}

#company_search_section{
	margin-bottom: 50px;
	/*height: 310px;*/
}

.section_container{
	/*height: 280px;*/
	padding-bottom: 50px;
	overflow: none;
}

#pub_search {
	/* float: left; */
	/* margin-left: 10px; */
}

#priv_search {
	/* float: right; */
	/* margin-right: 30px; */
}

#bn_select_table {
	text-align: center;
  width: 100%;
  min-width: 400px;
}

.icon {
	width: 30px;
}

#company_search_table{
	width: 100%;
	font-size: 13px;
	border: 1px solid black;
}

#log_in_alert{
	font-size: 17px;
	text-align: center;
}

#sumbit_button_container{
	width: 100px;
	margin: auto;
}

#sumbit_button{
	width: 100px;
	margin: auto;
}

/* tbody tr {
	height: 42px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
} */

#comp_overview_table tbody tr,
#comp_overview_table tbody td {
	border-bottom: none !important;
	border-top: none !important;
}

#comp_overview_table td:first-child {
	font-weight: bold;
}

#metrics_table{
	display: inline-block;
}

#scales_sec{
	display: inline-block;
	margin-left: 30px;
	vertical-align: top;
}

.score_sec{
	/* width: 150px; */
	height: 200px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.scale_outer{
	width: 25px;
	margin: auto;
	height: 150px;
	border-top: 3px solid #122d54;
	border-bottom: 3px solid #122d54;
	position: relative;
}

.scale_inner{
	width: 3px;
	background-color: #122d54;
	margin-left: 11px;
	height: 147px;
	position: absolute;
	top: 0;
}

.pointer-arrow{
	height: 0px;
	width: 0px;
	border-left: 15px solid #f6c507;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: -6px;
} */

.value{
	position: absolute;
	left: -50px;
	font-weight: 600;
}

.percentile{
	position: absolute;
	left: 10px;
	text-align: center;
	width: 100px;
	font-weight: 700;
	font-size: 13px;
}

.comment-content-container a {
	text-decoration: underline;
}

#climate-risk tbody td {
	border-bottom: 1px solid #dee2e6;
}

#violations_table tbody td{
	border: 1px solid #dee2e6;
	padding-top: 5px;
	padding-bottom: 5px;
}

.violations_table{
	width: 100%;
}

.fines_card{
	padding: 0px;
	border: 0px transparent;
	background-color: #f3f3f3;
}

.fines_card_btn{
	padding: 0px;
}

.fines_card_info{
	background-color: #f3f3f3;
	border-bottom: 1px solid #122d54;
}

.fines_card_text{
	 text-decoration: none;
	 color: inherit;
}
