/******************
   General fonts
*/

@font-face {
 font-family:Apercu;
 font-style:normal;
 font-weight:400;
 src:local('Apercu Light'),
 url(https://ssl.epinionglobal.com/Content/Fonts/ApercuLight.woff),
 url(../font/ApercuLight.woff) format('woff')
}

@font-face {
    font-family:RadikalBolds;
    src: url("../files/Nootype - Radikal Bold.otf ") format("opentype");
}

@font-face {
    font-family:RadikalBold;
    src: url("../files/NootypeRadikalBlack.otf") format("opentype");
}
@font-face {
    font-family:Radikal;
    src: url("../files/Nootype - Radikal.otf") format("opentype");
}

@font-face {
    font-family:RadikalItalic;
    src: url("../files/Nootype - Radikal Medium Italic.otf") format("opentype");
}
@font-face {
    font-family:RadikalMedium;
    src: url("../files/Nootype - Radikal Medium.otf") format("opentype");
}
@font-face {
    font-family:Radikal;
    src: url("../files/Nootype - Radikal Light.otf") format("opentype");
}
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/******************
   General css for the system
*/
.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: none !important;;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
body {
  font-family: Radikal;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  background-color: #f7f7f7;
}
#dynamicReloadContainer {
  min-height: 0%;
  position: relative;
  background-color: #f7f7f7;
}
.group-title {
 display: none;
}
#navigator-container {
 display: none;
}
.group-container .question-help-container {
 display: none;
}
.question-text p, .ls-answer p {
  margin-bottom: 0.32rem;
  color: #000;
}
:focus {
  outline: none;
}
tbody, td, tfoot, th, thead, tr {
  border: 0px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: inherit;
}
.question-container {
 display: flex;
  justify-content: center;
}
.question-valid-container {
 display: none;
}
#question-asterisk-1 {
 display: none;
}
.alert-dismissible {
 display: none;
}
#header {
 text-align: center;
}
#header img {
 border: 1px solid #a8a8a8;
   border-radius: 15px;
}
.question-container {
  margin-bottom: 5px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.question-text {
  margin-top: 0;
  margin-bottom: 0.32rem;
  max-width: 400px;
}
/******************
 Menu 1 css below
*/

.menu1 .question-text {
 display: none;
}
.menu1 .ls-answers {
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
}
.menu1 .bootstrap-buttons-div {
  width: auto;
    margin: 0px;
    padding: 0px;
}
.menu1 .form-check {
  display: block;
  margin-bottom: 0rem;
  min-height: 1.5rem;
  padding-left: 0;
  width: auto;
  border: 0px solid;
}
.menu1 .btn-primary {
  color: #000;
  background-color: transparent;
  border-color: transparent;
    border-radius: 0px;
    border: 3px solid transparent;
    
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 12px;
}


.menu1 .btn-primary:hover {

    color: #000;
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #000;

}
.menu1 .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #000;
  color: #000;
}
.menu1 .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #000;
  color: #000;
}



/******************
 Tablestyle
*/

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  font-size: 11px;
  text-transform: uppercase;
  color: #9d9d9d;
  letter-spacing: 2px;
  font-weight: 300;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 0.4rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #f9f9f9;
  text-align: center;
}
.table tbody tr {
  padding: 15px;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid #a8a8a8;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
  height: 55px;
}
.table tbody th:first-child {
  border-radius: 15px 0px 0px 15px;
  background-color: #fff;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.table tbody > tr > td:last-child {
  border-radius: 0px 15px 15px 0px;
  background-color: #fff;
  vertical-align: middle;
}
.table > tbody > tr > td {
  background-color: #fff;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
table#stonortable th:nth-child(3), table#stonortable td:nth-child(3) {
  text-align: left;
}

table#stonortable th:nth-child(2), table#stonortable td:nth-child(2) {
  display: none;
}
table#stonortable th:nth-child(4), table#stonortable td:nth-child(4) {
  display: none;
}
table#stonortable th:nth-child(5), table#stonortable td:nth-child(5) {
  display: none;
}
table#stonortable th:nth-child(6), table#stonortable td:nth-child(6) {
  display: none;
}
table#stonortable th:nth-child(7), table#stonortable td:nth-child(7) {
  display: none;
}
table#stonortable th:nth-child(10), table#stonortable td:nth-child(10) {
  display: none;
}
/******************
 WSstyle
*/
table#banners img {
  border: 1px solid #a8a8a8;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
  height: 60px;
}
#leaguetop #twos {

  justify-content: end;
  background-color: #2C204554;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 6px;
  width: 31%;
  margin-top: 66px;
}
#leaguetop #ones .places {
  font-size: 40px;
  font-family: RadikalBolds;
}
#leaguetop #twos .places {
  font-size: 30px;
    font-family: RadikalBolds;
}
#leaguetop #threes .places {
  font-size: 20px;
    font-family: RadikalBolds;
}
#leaguetop #threes {

  justify-content: end;
  background-color: #2C204526;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 6px;
  width: 31%;
  margin-top: 78px;
}
#leaguetop #ones {

  justify-content: end;
  background-color: #2C204591;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 6px;
  width: 36%;
}
#leaguetop img {
  margin-left: -2px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 53%;
}
#topthree #ones h4 {
  height: 140px;
}
#leaguetop #ones h4 {
  height: 140px;
}
#leaguetop #twos h4 {
  height: 90px;
}
#topthree #twos h4 {
  height: 90px;
}
#leaguetop #threes h4 {
  height: 70px;
}
#topthree #threes h4 {
  height: 70px;
}
#leaguetop {
margin: 0px !important;
  align-items: center;
}
#leagues img {
 border-radius: 250px;
  max-width: 40px
}
#leaguetop h4 {
  font-family: RadikalBold;
  font-size: 16px;
  letter-spacing: 2px;
}
#leaguetop h3 {
  font-family: RadikalBold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#topthree #twos {

  justify-content: end;
  background-color: #2C204554;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 6px;
  width: 31%;
  margin-top: 66px;
}
#topthree #ones .places {
  font-size: 40px;
    font-family: RadikalBolds;
}
#topthree #twos .places {

   font-size: 30px;
     font-family: RadikalBolds;

}
#topthree #threes .places {
  font-size: 20px;
    font-family: RadikalBolds;
}
#topthree #threes {

  justify-content: end;
  background-color: #2C204526;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 6px;
  width: 31%;
  margin-top: 78px;
}
#topthree #ones {

  justify-content: end;
  background-color: #2C204591;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 6px;
  width: 36%;
}
#topthree img {
  margin-left: -2px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 53%;
}
#topthree {
margin: 0px !important;
  align-items: center;
}
#topthree h4 {
  font-family: RadikalBold;
  font-size: 16px;
  letter-spacing: 2px;
}
#topthree h3 {
  font-family: RadikalBold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
table#banners {
  width: 100%;
  margin-bottom: -7px;
}
table#banners th {
 text-align: center;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
table#banners th:first-child {
text-align: left;
}
table#banners th:last-child {
text-align: right;
}
#allstars table {
  background-image: url('/to/upload/surveys/795517/images/pitch5.png');
  background-size: 1100px;
  background-repeat: no-repeat;
  margin-top: 0;
  background-position: top center;
  background-size: cover;
  height: 591px;
width: 100%;
}
#shirt img {
  width: 35px;
  background-color: #fff;
  padding: 2px;
  border: 0.1px solid;
}
#allstars #place {
  border-radius: 250px;
  border: 0px solid;
  font-size: 20px;
  color: #fff;
  text-align: right;
  padding-right: 15px;
  font-weight: 900;
  margin-bottom: 0px;
  font-family: RadikalBolds;
  letter-spacing: 2px;
}
#shirt {
  height: 90px;
  background-image: url('https://www.imagehandler.net/?istyle=0000&fmt=png&img=A1034868000&iset=0100&c=102&iindex=0007&w=600&h=600');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 33px;
  margin-bottom: -27px;
}
#allstars label#name {
  padding: 9px 5px;
  font-size: 13px;
  background-color: #2C2045;
  color: #fff;
  z-index: 0;
  margin-bottom: -2px;
  border-radius: 0px;
  border: 0px solid;
  text-align: center;
  font-weight: 700;
  width: 90%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: RadikalItalic;
  border-radius: 8px 8px 0px 0px;
}

#allstars label#team {
  padding: 3px 5px;
  font-size: 9px;
  background-color: #fff;
  color: #2C2045;
  z-index: 0;
  margin-bottom: -2px;
  border-radius: 0px;
  border: 0px solid;
  text-align: center;
  font-weight: 700;
  width: 90%;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px 0px 8px 8px;
  font-family: RadikalBolds;
}
#allstars label#points {
  padding: 4px 0px;
  font-size: 12px;
  background-color: #2C2045;
  color: #fff;
  z-index: 0;
  margin-bottom: 0px;
  border-radius: 5px;
  border: 1px solid;
  width: 95px;
  text-align: center;
  border: 0px;
  margin-top: 10px;
  font-family: RadikalBolds;
}
#allstars #first {
  text-align: center;
  height: 200px;
  width: 33%;
  vertical-align: bottom;
}
#allstars #second {
  text-align: center;
  vertical-align: center;
  width: 33%;
}
#title h2 {
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #7e7e7e;
  letter-spacing: 14px;
  font-weight: 100;
  line-height: 26px;
  font-family: RadikalBold;
  width: 400px;
}
#allstars #third {
  text-align: center;
  width: 33%;
  vertical-align: bottom;
}
#allstars #fouth {
  text-align: center;
  height: 200px;
  width: 33%;
  vertical-align: center;
}
#allstars #fifth {
  text-align: center;
  height: 200px;
  width: 33%;
  vertical-align: top;
}
#allstars #sixth {
  text-align: center;
  height: 200px;
  width: 33%;
  vertical-align: center;
}

    .link3 {
    border-bottom: 2px solid;
color: #000;
}
.menus.dashboard .ls-answers.radio-list {
    justify-content: center !important;
}
.nav-links.preview {
    display: none;
}
.boxed.question-container {
  margin-left: 1%;
  margin-right: 1%;
  padding: 0% 2%;
  background-color: transparent;
  margin-top: 1%;
  box-shadow: none;
  width: 98%;
}
.leaderboard #first label#place {
  padding: 26px 36px;
  border-radius: 350px;
  border: 8px solid #b3b3b3;
  font-size: 32px;
  background-color: #dadada;
  color: #b3b3b3;
  margin-bottom: -20px;
  margin-top: 35px;
}
.leaderboard #second label#place {
  padding: 20px 43px;
  border-radius: 350px;
  border: 10px solid #b39c1b;
  font-size: 56px;
  background-color: #e9d14f;
  color: #b39c1b;
  margin-bottom: -20px
}
.leaderboard #third label#place {
  border-radius: 350px;
  border: 8px solid #803e17;
  font-size: 32px;
  background-color: #d26b2e;
  color: #803e17;
  margin-bottom: -20px;
  margin-top: 35px;
  padding: 26px 36px;
}
.leaderboard label#name {
  padding: 9px 0px;

  font-size: 11px;
  background-color: #fff;
  color: #878787;

  z-index: 0;
  margin-bottom: -2px;
  border-radius: 5px;
  border: 1px solid;
  width: 120px;
}
.leaderboard label#points {
  padding: 0px;
  border-radius: 125px;

  font-size: 17px;

  color: #000;
  margin-top: 0px;
  font-weight: 700;
  z-index: 100;
}
td, th {
  padding: 0;
  background-color: #fff;
  text-align: left;
  border: 0px;
  color: #000;
}


.height100.headingbox .h1, .height100.headingbox .h2, .height100.headingbox .h3, .height100.headingbox .h4, .height100.headingbox .h5, .height100.headingbox .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Apercu,Arial,sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  text-align: left;
  padding-left: 0%;
  padding-right: 0%;
}

#tid p {
    width: 20px;
  font-size: 15px;
  padding-top: 8px;
    color: #474747;
  font-weight: 700;
}
td#tid {
  padding: 3px 0px 0px 13px;
  border-radius: 15px 0px 0px 15px;
  font-size: 15px;
  background-color: #fff;
  background-image: url('https://www.elgiganten.dk/resource/blob/41142/f83e285adbebfa2d9036f3d1cc919b2a/elkjop-logo-data.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  width: 70px;
  background-position-x: 10px;
}
td#tid label {
  background-color: #ffffffc2;
  padding: 10px 6px;
  border-radius: 250px;
  color: #363636;
  font-weight: 700;
  font-size: 11px;
  border: 1px solid #e7e7e7;
  margin-left: 28px;
  margin-top: 13px;
}
td#init {
  width: 75px;
}
td#\36  {
  width: 60px;
  text-align: center;
}
#follow td {
  padding: 0;
  background-color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 100 !important;
  letter-spacing: 1.5px;
  font-size: 13px;
}
td#\35  {
  width: 60px;
  text-align: center;
}
td#\33   {
  width: 60px;
  text-align: center;
}
tr#headers #\36    {

  text-align: center;
}
tr#headers #\37    {

  text-align: center;
}
tr#headers #\35    {

  text-align: center;
}
td#middle {
    padding: 15px;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
    background-color: #fff;
    min-width: 10%;
    text-align: left;
}
td#first {
    padding: 25px;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
    background-color: #fff;
    min-width: 15%;
    text-align: left;
}
td#\36 {

    border-radius: 0px 15px 15px 0px;

}
#follow td#tid label {
  background-color: #ffffffc2;
  padding: 7px 10px;
  border-radius: 250px;
  color: #363636;
  font-weight: 700;
  font-size: 11px;
  border: 1px solid #e7e7e7;
  margin-left: 0px;
  margin-top: 0px;
}
table#follow td:nth-child(4) {
  display: none;
}
table#follow td:nth-child(5) {
  display: none;
}
table#follow td:nth-child(6) {
  display: none;
}
table#follow th#\31  {
  display: none;
}
table#follow th#\32   {
  display: none;
}
table#follow th#\33    {
  display: none;
}
#follow td#tid {
  padding: 3px 0px 0px 13px;
  border-radius: 15px 0px 0px 15px;
  font-size: 15px;
  background-color: #fff;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  width: 51px;
  background-position-x: 10px;
}
table.table {
  width: 100%;
  border-spacing: 0em 0.6em;
  border-collapse: separate;
}
table.table{
  width: 100%;
  border-spacing: 0em 0.6em;
  border-collapse: separate;
  margin-top: 20px;
}
#leaderboard3 table {
  background-image: url('https://gallery.yopriceville.com/var/albums/Free-Clipart-Pictures/Sport-PNG/Football_Field_Transparent_PNG_Clip_Art_Image.png?m=1526161214');
  width: 100%;
  background-size: 1100px;
  background-repeat: no-repeat;
  margin-top: 50px;
  background-position: top center;
}
#leaderboard3 #first {
    text-align: right;
  height: 200px;
}
#leaderboard3 #second {
    text-align: center;
  vertical-align: top;
}
#leaderboard3 #place {
  border-radius: 250px;
  border: 0px solid;
  padding: 14px 14px;
  font-size: 28px;
  background-color: #7bb173;
margin-left: 43px;
margin-right: 43px;
  color: #fff;
}
#leaderboard3 label#points {
  padding: 9px 0px;
  font-size: 18px;
  background-color: transparent;
  color: #1a1a1a;
  z-index: 0;
  margin-bottom: -2px;
  border-radius: 5px;
  border: 1px solid;
  width: 150px;
  text-align: center;
  border: 0px;
}
#leaderboard3 label#name {
  padding: 9px 9px;
  font-size: 15px;
  background-color: #71b18a;
  color: #fff;
  z-index: 0;
  margin-bottom: -2px;
  border-radius: 0px;
  border: 0px solid;
  text-align: center;
  font-weight: 700;
  width: 150px;
}
#leaderboard3 #third {
    text-align: left;
}
@media only screen and (max-width: 1000px) {
#leaderboard3 table {
 background-image: url('https://gallery.yopriceville.com/var/albums/Free-Clipart-Pictures/Sport-PNG/Football_Field_Transparent_PNG_Clip_Art_Image.png?m=1526161214');
  width: 100%;
  background-size: 1000px;
  background-repeat: no-repeat; 
  height: 400px;
  background-position: top center;
  margin-top: 50px;
}
  }
@media only screen and (max-width: 800px) {
#leaderboard3 table {
 background-image: url('https://gallery.yopriceville.com/var/albums/Free-Clipart-Pictures/Sport-PNG/Football_Field_Transparent_PNG_Clip_Art_Image.png?m=1526161214');
  width: 100%;
  background-size: 1000px;
  background-repeat: no-repeat; 
  height: 400px;
  background-position: top center;
  margin-top: 50px;
}
  }
td#last {
    padding: 25px;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
    background-color: #fff;
    width: 25%;
    text-align: left;
}
th {
  text-align: left;
  font-size: 11px;
  background-color: transparent;
}


.form-control {
  display: block;
  width: 95%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  margin-left: 2%;
}
.buttongrey3 {
  border: 1px solid;
  padding: 13px 15px;
  border-radius: 5px;
  background-color: #000;
  width: 35%;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  color: #fff;
}

#title h3 {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #7e7e7e;
  letter-spacing: 14px;
  font-weight: 100;
  line-height: 30px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.3rem;
  font-weight: 100;
  font-size: 13px;
}

.table tr#body {
  padding: 15px;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
}
#leaderboard2 {
    display: none;
}
#group-0 #title img {
  vertical-align: middle;
  margin-top: 0px;
}
.leaderboard table {
  width: 100%;
  border-spacing: 0em 0em;
  border-collapse: separate;
  padding: 0px;
}
.sub .question-text, .question-text h2, .question-text h3, .lead.question-text, .h2.question-text, .h3.question-text, .h4.question-text, .h5.question-text, .h6.question-text {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}
td#init img {
    width: 50px
}
#follow td#\35 {
  width: 60px;
  text-align: center;
  border-radius: 0px 15px 15px 0px;
}
td#\34  {
  width: 60px;
  text-align: center;
}
#headers th {
  text-align: center;
  font-size: 10px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #696969;
}
#headers th#img {
  text-align: left;
}
#headers th#name {
  text-align: left;
}
#follow tr#body {
    padding: 15px;
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
  height: 75px;
}
.leaderboard table th {
  font-size: 25px;
  text-align: center;
  padding: 50px 0px;
    padding-top: 50px;
  padding-top: 25px;
  border: 0px;
}
table#followwed td:nth-child(9) {
  display: none;
}
table#followup td:nth-child(9) {
  display: none;
}
table#followup td:nth-child(4) {
    display: none;
}
table#followup td:nth-child(5) {
    display: none;
}
table#followup td:nth-child(6) {
    display: none;
}
table#followwed td:nth-child(4) {
    display: none;
}
table#followwed td:nth-child(5) {
    display: none;
}
table#followwed td:nth-child(6) {
    display: none;
}
table#followwed td:nth-child(3) {
    display: none;
}

#two .buttongrey2 {
  border-radius: 0px 8px 8px 0px;
}
#one .buttongrey2 {
  border-radius: 8px 0px 0px 8px;
}
.buttongrey2.active {
background-color: #000;
  color: #fff;
}
.buttongrey2 {
  border: 0px solid rgb(38, 38, 39);
  padding: 10px 30px;
  border-radius: 5px;
  background-color: transparent;
  width: 35%;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  color: rgb(38, 38, 39);
background-color: rgb(233, 233, 233);
  font-weight: 100;
}
#one {
  text-align: right;
}
#navs {
  width: 100%;
    margin-top: 40px;
  margin-bottom: 40px;
}
}