.linkedcontainer{
	width: 23%;
	position: relative;
    height: 120px;
    border: 1px solid #dfe2e6;
    margin: 7px;
    display: in-line;
    float: left;	
}

.linkedpages {
    position: absolute;
    margin: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    text-align: center;
	color: #262836 !important;
	font-weight: bold;
}

.linkedCTA {
	color: #46535E!important;
    font-size: 14px!important;
	font-weight: normal;
	text-decoration: none!important;
}
.linkedCTA:hover {
	color: #007385 !important;
	text-decoration: none!important;
}

.linkedcontainer:hover{
background-color: #EEF6F7 !important;
}
.risk{
border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  }
  
  .risk th {
  border-bottom: 2px solid rgb(223, 226, 230);
  border-top: 2px solid rgb(223, 226, 230);
  padding: 8px;
  }
  
  .risk td{
	border-top: 1px solid rgb(223, 226, 230);
    border-bottom: 1px solid rgb(223, 226, 230);
    padding: 8px;
  }
  
 .risk th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #e5eff0;
  color: #46535E;
}

.section {
	border-collapse: collapse;
    width: 100%;
    font-size: 13px;
	
	}
	
.section th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #e5eff0;
    color: #46535E;
}
.section th {
    border-bottom: 2px solid rgb(223, 226, 230);
    border-top: 2px solid rgb(223, 226, 230);
    padding: 8px;
}


 @media only screen and (max-width: 600px) {
 .linkedcontainer {
    width: 46%;
    height: 100px;
    margin: 4px;
    font-size: 13px;
}
 }
 
