/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:1em;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    min-width: 400px;
    width: auto;
    margin: auto;
    border-color: black;
    border-style: solid;
    border-width: 2px;
    margin-top: 50px;
}

.apples {
    border-width: 0px;
}

.kiwi {
    margin: 0px;
    margin-top: 5px;
    width: 0px;
    border: none;
}

.pukekko {
    border: none;
}

.dolphin {
    margin: 0px;
    margin-top: 5px;
    width: 0px;
    height:1.75em;
}

td {
	border-color: black;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px 5px 10px;
    margin-top: 50px;
    width:1px;
}

select {
  -webkit-appearance: none;
  padding: 5px 10px 5px 10px;
  width: 400px;
  font-size:1em;
}

iframe {
  display: block;
  width: 100%;
  margin: none;
  padding: none;
  border: none;
}

div.relative {
    position: relative;
    left: 50px;
    top: -142px;
    z-index: -1;
}

p {
    font-family: Arial, Verdana, Sans-Serif;
}

.pears {
	padding: 10px;
	margin: auto;
	margin-top: 50px;
	border-width: 1px;
	max-width: 93%;
	background-color: #8FBC8F; /* darkseagreen */
}

.plums {
	padding: 10px;
	margin: auto;
	margin-top: 50px;
	border-width: 1px;
	max-width: 93%;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.button {
	padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:1em;
    border-color: black;
    border-style: solid;
    border-width: 2px;
}

@media screen and (max-device-width: 480px) {
    body {
        background-color: #90EE90; /* lightgreen */
        font-size:3em;
    }
    
    table {
		 width: 95%;
	}
	
	select{
  -webkit-appearance: none;
  width:100%;
  font-size:1em;
  background-color: white;
}

.dolphin {
    margin: 0px;
    margin-top: 5px;
    width: 0px;
    height:1.45em;
}

div.relative {
    position: relative;
    left: 20px;
    top: -300px;
    z-index: -1;
}
}