/* Specify background */

/* specify bullet type for lists */
ul.bullets {
  list-style-type: square;
}

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: bold;
}

.btn {
  border: 1px solid black;
  color: black;
  background: #EFEFEF;
  padding: 2px 5px;
}

.cfarcBackground {
  /* color: black;
    background: #FFE000; */
     background-image: url(https://cfarc.org/bg.jpg);
     background-position: center top;
}

.logo {
  padding: 0 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  height: 15%;
}

.my_required {
  color: red;
  background: #FFE000;
}

.my_center {
  text-align: center;
}

.wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.test-session-data {
  width: 485px;
  padding: 0;
  border-collapse: collapse;
}
table th, table td, table tr, td p {
  padding: 0;
  margin: 0;
}
.valign {
  vertical-align: top;
}

#sessions tr:nth-child(even) {background: #CCC}
#sessions tr:nth-child(odd) {background: #FFF}