body {
  padding: 10px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.me {
    display: none;
	cursor: pointer;
}

#infotrumpet {
    position: absolute;
    top: 420px;
    left: 85px;
    color: red;
    font-size: 18px;
}

#trumpet {
    cursor: pointer;
    position: absolute;
    top: 230px;
    left: 10px;
    z-index: -1;
    background-color: greenyellow;
}

#trumpetsong {
    position: absolute;
    top: 500px;
    left: 60px;
    color: red;
    font-size: 18px;
}

#butPlayPrev {
    position: relative;
    left: 300px;
}

#butPlayNext {
    position: relative;
    left: 300px;
}

audio {
    width: 250px;
    height: 20px;
}

h4 {
    display: inline;
    color: blue;
}

a {
    color: white;
}

#info {
    color: red;
    font-weight: bold;
    font-size: 20px;
}

#mainTable table {
    table-layout: fixed;
    width: 65%;
    border-collapse: separate;
    border-spacing: 1px;
    background: darkgoldenrod;
    color: black;
}

        #mainTable table th {
            background: black;
            font-weight: 500;
            padding: 10px 20px;
            text-align: center;
            color: red;
        }

        #mainTable table tbody {
            padding: 0;
            margin: 0;
            border-collapse: collapse;
            border-spacing: 0px;
        }

        #mainTable table td {
            color: white;
            padding: 5px 10px;
            text-align: center;
        }

        #mainTable table tr:nth-child(odd) {
            color: lightblue;
            background: gray;
        }

/* Style for tootip*/
.tooltip-head {
    color: #fff;
    background: blue;
    padding: 10px 10px 5px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
}

    .tooltip-head .glyphicon {
        font-size: 22px;
        vertical-align: bottom;
    }

    .tooltip-head h3 {
        margin: 0;
        font-size: 18px;
    }

.tooltip-inner {
    text-align: left;
}