@charset "utf-8";
/* CSS Document */

table#miyazaki, table.Alternating {
	margin: 20px auto;
	border-collapse: collapse;
	/*font-family: Agenda-Light, sans-serif;*/
	font-weight: 400;
	background: #297FBA;
	color: rgb(232, 237, 187);
	text-rendering: optimizeLegibility;
	border-radius: 8px;
	width: 100%;
	empty-cells:inherit;
}
table#miyazaki caption, table.Alternating caption {
	font-size: 1.5em;
	color: #096BD3;
	margin: 1rem;
	/* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki.png), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki2.png);*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left, center right;
}
table#miyazaki  th, table.Alternating  th {
	font-weight: 600;
	color:#f5fbfa;
}
table#miyazaki  th, table#miyazaki tbody td,
 table.Alternating tr th, table.Alternating tbody td
 {
 padding: 1rem;
font-size: 1em;
}
table#miyazaki tbody td,
table.Alternating tbody td
 {
 padding: .8rem;
	font-size: 1em;
	color: #505F68;
	background: #F2F6F7 none repeat scroll 0% 0%;
	
}
table#miyazaki tbody td a, table.Alternating tbody td a { color: #14A2E3; text-decoration:none; }
table#miyazaki tbody td a:hover { color: #1A51A2; text-decoration:underline; }

table#miyazaki tbody tr:not(:last-child), table.Alternating tbody tr:not(:last-child) {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
th:last-child,
td:last-child,
th:nth-last-child(2),
td:nth-last-child(2) {
    text-align: left;
}


/*********************************/
 @media screen and (max-width: 600px) {
table#miyazaki caption, table.Alternating caption {
	background-image: none;
	font-size: 1.1em;
	padding:0.3rem;
	margin:0.3rem;
	color:#fff;
	width:100%;
}
table#miyazaki , table.Alternating {
	display: block;
	
}
table#miyazaki tbody td, table.Alternating tbody td {
	display: block;
padding: .6rem;
}
table#miyazaki tbody tr td:first-child,
table.Alternating tbody tr td:first-child 
 {
	background: #297FBA;
	color:#ABFFF9;
	font-weight:600;
}
table#miyazaki tbody td:before,
table.Alternating tbody td:before
 {
	content: attr(data-th);
	font-weight: bold;
	display: inline-block;
	/*width: 6rem;*/
}
th:last-child,
td:last-child,
th:nth-last-child(2),
td:nth-last-child(2) {
    text-align: left;
}
}

/*td a img {
    margin: 0 20%;
    text-align: right;
}*/

/******************************/

table caption {
	color: #000000;
     font-family: Roboto Slab;
    font-size: 1.4em;
    font-weight: 600;

	
}

/*******************************/


.info, .success, .warning, .error, .validation {
    background-position: 99% center;
    background-repeat: no-repeat;
    border: none;
     /*border-radius: 5px;
  
   font-family: Tahoma,Geneva,sans-serif;*/
    font-size: 10.5pt;
    margin: 5px 10px;
    padding: 10px 20px;
    text-align: left;
    width: 95%;
	font-weight:600;
}
/*.info {
    background-color: #C8F9FF;
    border: 1px solid #A2EAF4;
    color: #5280B0;
}*/

.info {
        background-color: #d7faff;
    border-left: 5px solid #6ce1f1;
    color: #5280b0;
}
.success {
    background-color: #e8f6d1;
    background-image: url("../images/accept.png");
    border: 1px solid #b5ce95;
    color: #467414;
}
.warning {
    background-color: #fef5d2;
    background-image: url("../images/error.png");
    border: 1px solid #eed615;
    color: #9f6000;
}
.error {
    background-color: #ffebeb;
    background-image: url("../images/gtk-cancel.png");
    border: 1px solid #fbb3b3;
    color: #8a1f11;
}

/**********************/

table {
    border-collapse: collapse;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 15px;
    width: 100%;
}
tr:nth-of-type(2n+1) {
    background: #eee none repeat scroll 0 0;
}
th {
    background: #333 none repeat scroll 0 0;
    color: white;
    font-weight: bold;
}
td, th {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: left;
}
#page-wrap {
    margin: 0;
}
td {
    color: #4d667a;
    font-family: leelawad,sans;
}
td a {
    color: #666;
}
table {
    border-collapse: collapse;
    width: 85%;
}
tr:nth-of-type(2n+1) {
    background: #ecf3f5 none repeat scroll 0 0;
}
th {
    background: #b6dbea none repeat scroll 0 0;
    color: #333;
    font-size: 12pt;
    font-weight: 600;
}
td, th {
    border: 1px solid #fff;
    padding: 6px;
    text-align: left;
}
th {
    background-color: #60BDDC;
}
@media (max-width: 480px) {
table, thead, tbody, th, td, tr {
    display: block;
}
thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
tr {
    border: 1px solid #ccc;
}
td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding-left: 50%;
    position: relative;
}
td::before {
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 45%;
}
td:nth-of-type(1)::before {
    background: #b6dbea none repeat scroll 0 0;
    color: #2f3336;
    content: "Name";
}
td:nth-of-type(2)::before {
    background: #b6dbea none repeat scroll 0 0;
    color: #2f3336;
    content: "Title/Position";
}
td:nth-of-type(3)::before {
    background: #b6dbea none repeat scroll 0 0;
    color: #2f3336;
    content: "Contacts";
}
td:nth-of-type(4)::before {
    background: #b6dbea none repeat scroll 0 0;
    color: #2f3336;
    content: "";
}
td:nth-of-type(5)::before {
    content: "Wars of Trek";
}
td:nth-of-type(6)::before {
    content: "college Name";
}
td:nth-of-type(7)::before {
    content: "Date of Birth";
}
td:nth-of-type(8)::before {
    content: "Dream Vacation City";
}
td:nth-of-type(9)::before {
    content: "GPA";
}
td:nth-of-type(10)::before {
    content: "Arbitrary Data";
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
}