/*span {
    text-decoration: none;
    color: #1a0dab;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    font-family: arial, sans-serif;
    line-height: 1.2;
}*/

.icon {
  font-size: 18px;
  font-weight: normal;
  line-height: 21.6px;
}

.row-title-bing {
  color: #001ba0;
  font-family: 'Segoe UI',Arial,Helvetica,Sans-Serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}

.row-title {
  color: rgb(26, 13, 171);
  /* font-family: Roboto, arial, sans-serif; */
  font-family: arial, sans-serif;
  font-size: 20px; /*18px*/
  font-weight: 400; /*normal*/
  line-height: 26px; /*21.6px*/
  white-space: nowrap;
  /*display: block; ommitted*/
}

.row-meta {
  color: rgb(84, 84, 84);
  display: inline;
  font-family: Roboto, arial, sans-serif;
  font-size: 13px;
  height: auto;
  font-weight: normal;
  line-height: 18.2px;
  text-align: left;
  width: 600px !important;
  line-height: 1.4;
  /* word-wrap: break-word !important; */
  white-space: nowrap;
}

.row-meta-div {
  width: 600px !important;
}

.bd-tw-button {
  background-color: #55acee;
  color: #FFFFFF;
  border-color: transparent !important;
}

.custom-tweet {
  color: #FFFFFF;
}

.custom-twitter-icon {
  color: #55acee;
}

.padding-fix {
  padding-top: 25px;
  padding-bottom: 25px;
}

.width-fix {
  width: 50%;
}

.show-hide-button {
  float: right;
}

.custom-logo {
  color: #FFFFFF;
}

@media screen and (max-width: 800px) {
	table {
		overflow-x: auto;
		display: block;
	}
}

/* td.nowrap {
  white-space: nowrap;
} */

table {
  max-width: 1500px;
	overflow-x: auto;
	display: block;
}
