#activity1,
#activity2
{
    height: 94%;
    padding: 2%;
}
button#answers_btn {
  background: #1D4E89;
  cursor: pointer;
  display: block;
  margin: 2% auto;
  position: relative;
  /* float: left; */
}
button#answers_btn:hover {
  background: #005fbf;
}


.publicGoodsTable
{
    position: relative;

    width: 90%;
    /* height: 90%; */
    margin: auto;
    padding: 0;

    border: 1px solid #000;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
}.publicGoodsTable table
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
    /* position: relative; */
}.publicGoodsTable tr:last-child td:last-child
{
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
}
.publicGoodsTable table tr:first-child td:first-child
{
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
}
.publicGoodsTable table tr:first-child td:last-child
{
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
}.publicGoodsTable tr:last-child td:first-child
{
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
}
.publicGoodsTable tr:nth-child(odd)
{
    background-color: #aad4ff;
}
.publicGoodsTable tr:nth-child(even)
{
    background-color: #fff;
}.publicGoodsTable td
{
    padding: 7px;

    text-align: left;
    vertical-align: middle;

    color: #000;
    border: 1px solid #000;
    border-width: 0px 1px 1px 0px;
}.publicGoodsTable tr:last-child td
{
    border-width: 0 1px 0 0;
}.publicGoodsTable tr td:last-child
{
    border-width: 0 0px 1px 0px;
}.publicGoodsTable tr:last-child td:last-child
{
    border-width: 0 0 0 0;
}
.publicGoodsTable tr:first-child td
{
    text-align: center;

    color: #fff;
    border: 0 solid #000;
    border-width: 0 0 1px 1px;
    background-color: #005fbf;
}
.publicGoodsTable tr:first-child:hover td
{
    background-color: #005fbf;
}
.publicGoodsTable tr:first-child td:first-child
{
    border-width: 0 0 1px 0;
}
.publicGoodsTable tr:first-child td:last-child
{
    border-width: 0 0 1px 1px;
}
.publicGoodsTable th{
    background-color: #005fbf;
    color:   #fff;
}

#suggestionsBtn
{
    position: relative;
    z-index: 9999;

    display: block;

    width: 12em;
    margin: 1em auto;

    cursor: pointer;
}

#table2
{
    /*  	display: none;
*/  	margin-bottom: 1em;
    position: relative;
    display: block;
    /* width: 100%; */
}
#pageLeft_btn,
#pageRight_btn
{
    position: relative;
    z-index: 9999;

    display: block;
    float: none;

    width: 12em;
    margin: 1em auto;

    cursor: pointer;

    background-color: #1d4e89;
    background-image: none;
}
#pageLeft_btn:hover,
#pageRight_btn:hover
{
    background-image: none;
    float: none;
}

/*
.hide tr:nth-child(odd) td
{
    color: #aad4ff;
}
.hide tr:nth-child(even) td
{
    color: #fff;
}

.hide tr td:first-child
{
    color: #000;
}
.hide tr:first-child
{
    color: #fff;
}*/