﻿.wlcsCheckText {
  font-size: 14px;
  color: black;
}

#wlcsNoAuthContainer {
  margin-top: 20px;
  margin: 10px 10px;
}

#wlcsInfoContainer {
  width: 750px;
}

.wlcsInfoTitle {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #0000ff;
}

#wlcsRunningContainer { text-align: left; }

#wlcsNotRunningContainer { text-align: left; }

#wlcsRunningContainer td { /*white-space: nowrap;*/ }

#wlcsRunningContainer td.wlcsImageContainer { padding-right: 10px; }

#wlcsNotRunningContainer td { /*white-space: nowrap;*/ }

#wlcsNotRunningContainer td.wlcsImageContainer { padding-right: 10px; }

a.wlcsDownloadLink {
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

a.wlcsDownloadLink:hover {
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

a.wlcsDownload {
  font-size: large;
  text-decoration: underline;
}

a.wlcsDownload:hover {
  font-size: large;
  text-decoration: underline;
}

a.wlcsDownload:visited {
  font-size: large;
  text-decoration: underline;
}