#pageContent .boxRelated .p_InsertLinkInternal .link {
  font-weight: bold;
  color: #172962;
}

#pageContent .boxRelated .link {
  font-weight: normal;
  color: #0000b8;
  display: inline;
}
#pageContent .boxRelated .buttonB2B{
background: url(/group/sites/_ON_9RUM85.nsf/vwPagesWebLive/DOABBEQF/$file/van3.png) #FFFFFF 5px center no-repeat;
    display:table;
    width: 100%;
    min-height: 75px;
    border: 4px solid #3e7bae;
    border-radius: 10px;
    margin-top:1em;
    box-sizing: border-box;
}

#pageContent .boxRelated .buttonB2B:hover{
    background-color:#cce7f2;
    text-decoration:none;
}

#pageContent .boxRelated .buttonB2B span{
    display:table-cell;
    padding: 0 10px 5px 150px;
    font-weight: bold;
    color: #172962;
    font-size: 1.25em;
    text-decoration:none;
    vertical-align: middle;
}


@media only screen and (max-width: 1199px) and (min-width: 984px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape), only screen and (max-width: 983px) and (min-width: 760px), only screen and (max-width: 759px) and (min-width: 520px){
#pageContent .boxRelated .buttonB2B{
    background-position: center 10px;
}
#pageContent .boxRelated .buttonB2B span{
padding: 75px 5px 5px 5px;
font-size:1.1em;
text-align:center;
}
}

