body.page-node-9601.PoolA .pool-a-test.sale-marker,
body.page-node-9601.PoolB .pool-b-test.sale-marker {
  display: block;
}

body.page-node-9601.PoolA .pool-b-test.sale-marker,
body.page-node-9601.PoolB .pool-a-test.sale-marker {
  display: none;
}


.pool-control {
  color: orange;
  position: relative;
  top: -12px;
  left: -200px;
  font-size: 14px;
}

.pool-control a, .pool-control a:hover {
  color: orange;
  text-decoration: underline;
}


body.PoolA .PoolATest,
body.PoolB .PoolBTest {
  display: inline;
}

body.PoolA .PoolBTest,
body.PoolB .PoolATest {
  display: none;
}


