table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
    background-color:#fff;
    font-size: 14px;
}




.bordered {

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background-color:#fff;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}





.bordered th {
   background: #17375E;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    color:#fff !important;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
    width: 100px;
}



/*---------------------*/

.bordered2 {

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}




.bordered2 tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered2 td, .bordered2 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered2 th {
background: rgba(210,255,82,1);
background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 1a00%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered2 td:first-child, .bordered2 th:first-child {
    border-left: none;
    width: 100px;
}

.bordered2 th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered2 th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered2 th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered2 tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered2 tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/*---------------------*/

.bordered3 {

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    font-size: 12px !important;
}


.bordered3 tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered3 td, .bordered3 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered3 th {
background: #31567B;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    color :#fff;
    text-align: center;
}

.bordered3 td:first-child, .bordered3 th:first-child {
    border-left: none;
    width:100px;
}



.bordered3 th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}



.bordered3 tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}



/*----------------------*/

.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee);
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}
.mfirst
{
    display:none;
}
.msecond
{
    display:none;
}
.mobile1
{
  display: none;
}
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 900px)  {

.mobile1
{
  display: block;
}
  .ytp-thumbnail-overlay-image
  {
    width: 200%;
  }
/*
	table, thead, tbody, th, td, tr {
		display: block;
        text-align:center;

	}
	Hide table headers (but not display: none;, for accessibility) */


  .first a
  {
    color:#fff;
    text-decoration:none;
      margin-top: 1px !important;
      padding:5px;
      border: solid 1px #fff;

  }

    .first2 a
    {
        color:#fff;
        text-decoration:none;

    }
  .first
  {
    color:#fff;
  }
    .bordered thead th
    {
     display: none;
    }
    .bordered3 thead th
    {
        display: none;
    }

	.bordered tr { border: none; }
  	.bordered2 tr { border: none; }
    .bordered3 tr { border: none; }
  .bordered td, .bordered th
  {
    border:none;
  }

  .bordered2 td, .bordered2 th
  {
    border:none;
  }


    .bordered3 td, .bordered3 th
    {
        border:none;
    }

	.bordered td {
		border: none;
		border-bottom: 1px solid #eee !important;
		text-align:right !important;
		padding-left: 50%;
	}

  .bordered2 td {
    border: none;
    border-bottom: 1px solid #eee !important;
    text-align:right !important;
    padding-left: 50%;
  }

    .bordered3 td {
        border: none;
        border-bottom: 1px solid #eee !important;
        text-align:right !important;
        padding-left: 50%;
    }


        .first
    {
        display: block;
        width:100% !important;
        background-color: #17375E;
        font-size: 18px;
        font-weight: bolder;
        margin-top: 15px;
    }

    .first2
    {
        display: block;
        width:100% !important;
        background-color: #884a3a;
        font-size: 18px;
        font-weight: bolder;
        color: #fff;
    }

.bordered td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 10%;
		width: 45%;
        text-align:left !important;
        font-weight:bold;
	}

  .bordered2 td:before {
  		/* Now like a table header */
  		position: absolute;
  		/* Top/left values mimic padding */
  		left: 10%;
  		width: 45%;
          text-align:left !important;
          font-weight:bold;
  	}

    .bordered3 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 10%;
        width: 45%;
        text-align:left !important;
        font-weight:bold;
    }
	/*
	Label the data
	*/
	.bordered td:nth-of-type(1):before { content: "Modul"; }
	.bordered td:nth-of-type(2):before { content: "Mulai"; }
	.bordered td:nth-of-type(3):before { content: "Durasi"; }
	.bordered td:nth-of-type(4):before { content: "Pilihan Waktu"; }
	.bordered td:nth-of-type(5):before { content: "Fee Parisipasi"; }
	.bordered td:nth-of-type(6):before { content: "Waktu"; }
  .bordered td:nth-of-type(7):before { content: "Kuota"; }
  .bordered td:nth-of-type(8):before { content: "Belanja"; }

    .bordered3 td:nth-of-type(1):before { content: "Modul"; }
    .bordered3 td:nth-of-type(2):before { content: "Mulai"; }
    .bordered3 td:nth-of-type(3):before { content: "Durasi"; }
    .bordered3 td:nth-of-type(4):before { content: "Pilihan Waktu"; }
    .bordered3 td:nth-of-type(5):before { content: "Fee Parisipasi"; }
    .bordered3 td:nth-of-type(6):before { content: "Waktu"; }
    .bordered3 td:nth-of-type(7):before { content: "Kuota"; }
    .bordered3 td:nth-of-type(8):before { content: "Belanja"; }


    .bordered2 td:nth-of-type(1):before { content: "Modul"; }
    .bordered2 td:nth-of-type(2):before { content: "Mulai"; }
    .bordered2 td:nth-of-type(3):before { content: "Durasi"; }
    .bordered2 td:nth-of-type(4):before { content: "Pilihan Waktu"; }
    .bordered2 td:nth-of-type(5):before { content: "Fee Parisipasi"; }
    .bordered2 td:nth-of-type(6):before { content: "Waktu"; }
    .bordered2 td:nth-of-type(7):before { content: "Kuota"; }
    .bordered2 td:nth-of-type(8):before { content: "Belanja"; }



        .bordered2 td:nth-of-type(3n+2):before { content: "Modul"; }
        .bordered2 td:nth-of-type(2):before { content: "Mulai"; }
        .bordered2 td:nth-of-type(3):before { content: "Durasi"; }
        .bordered2 td:nth-of-type(4):before { content: "Pilihan Waktu"; }
        .bordered2 td:nth-of-type(5):before { content: "Fee Parisipasi"; }
        .bordered2 td:nth-of-type(6):before { content: "Waktu"; }
        .bordered2 td:nth-of-type(7):before { content: "Kuota"; }
        .bordered2 td:nth-of-type(8):before { content: "Belanja"; }


    /*
    Label the data
    */
}

.bordered5 {

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background-color:#fff;
}

.bordered5 tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered5 td, .bordered5 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered5 th {
   background: #175e23;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    color:#fff !important;
}

.bordered5 td:first-child, .bordered5 th:first-child {
    border-left: none;
    width: 100px;
}

.bordered5 th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered5 tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.first5
{
display: block;
width:100% !important;
font-size: 18px;
font-weight: bolder;
color: #fff;
}


.bordered6 {

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background-color:#fff;
}

.bordered6 tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered6 td, .bordered6 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered6 th {
   background: #1f3156;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    color:#fff !important;
}

.bordered6 td:first-child, .bordered6 th:first-child {
    border-left: none;
    width: 100px;
}

.bordered6 th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered6 tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.first6
{
display: block;
width:100% !important;
font-size: 18px;
font-weight: bolder;
color: #fff;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 900px)
{
.bordered5 tr { border: none; }

.bordered5 td, .bordered5 th
{
  border:none;
}

.bordered5 td {
  border: none;
  border-bottom: 1px solid #eee !important;
  text-align:right !important;
  padding-left: 50%;
}

.bordered5 td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10%;
    width: 45%;
    text-align:left !important;
    font-weight:bold;
}



.bordered5 td:nth-of-type(3n+1):before { content: "Modul"; }
.bordered5 td:nth-of-type(2):before { content: "Tanggal Mulai"; }
.bordered5 td:nth-of-type(3):before { content: "Tanggal Berakhir"; }
.bordered5 td:nth-of-type(4):before { content: "Durasi"; }
.bordered5 td:nth-of-type(5):before { content: "Jadwal"; }
.bordered5 td:nth-of-type(6):before { content: "Harga"; }
.bordered5 td:nth-of-type(7):before { content: "Waktut"; }
.bordered5 td:nth-of-type(8):before { content: "Belanja"; }

}
