2012104095.css 1.04 KB
body {
    background-color: whitesmoke;
}

#container {
    margin: 10%;
}

#image-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

#introduce-intro {
    margin: 30px 30px 60px 30px;
    text-align: center;
}

.introduce-description {
    margin: 5px 0 5px 0;
}

#experiment-table {
    width: 90%;
    margin: 5%;
    border-collapse: collapse;
    border-left: 0;
    border-right: 0;
}

td {
    padding: 10px 5px 10px 5px;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.left-header {
    background-color: whitesmoke;
}

th {
    padding: 10px 5px 10px 5px;
    border-left: 0;
    border-right: 0;
    background-color: gainsboro;
}

.maintitle {
    margin: 0 0 0 0;
    padding : 10px;
    color:white;
    background-color: #404040;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
}

.subtitle {
    color: #404040;
}

li {
    margin: 5px 0 5px 0;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:visited {
    color: indianred;
}

div {
    font-size: 18px;
}