body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background: #e7e7e7;
	cursor:url(../act_21_3/plumon.png) ,auto;
}

.view {
    width: 620px;
	height:520px;
}

.card {
    background: #fff;
    border-radius: 1px;
    width: 625px;
	height:540px;
    margin: 0px auto 0px auto;
    position: relative;
}

.card{
    padding: 3px;
}

.card img {
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

.card iframe {
    margin-top: 10px;
    width: 100%;
    height: 510px;
    border: 1px solid #afafaf;
    border-radius: 2px;
}

#stamp {
    font-family: 'Special Elite';
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 5px;
    font-size: 25px;
    transform: rotateZ(15deg);
    color: rgba(0, 0, 0, 0.1);
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
}

.card h1 {
    color: #555;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 280px;
    background: #03A9F4;
    color: #f8f8f8;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.side {
	position: static;
	width: 600px;
	padding-right: 1px;
	top: 316px;
	color: #333;
	left: 0px;
}

.side ul {
    list-style-type: square;
    padding-left: 0px;
}

.side ul li {
    /*margin-bottom: 8px;*/
}

.code {
    width: 355px;
    position: fixed;
    background: rgb(248, 248, 248);
    top: 330px;
    border-radius: 1px;
    transform: rotateZ(-2deg);
    -ms-transform: rotate(-2deg);
}

.code pre, .code pre code {
    border: none;
    font-size: 12px;
    margin-top: 0;
}

.side h2 {
    font-weight: bold;
}

table {
    margin: 0 auto;
}

th {
    border-bottom: 1px solid #ddd;
}

td, th {
    padding: 0px;
    min-width: 120px;
}

label {
    display: inline-block;
    min-width: 100px;
    text-align: right;
    margin-right: 0px;
}

form {
    width: 300px;
    margin: 0 auto;
}

form div {
    margin:0px 0;
}

input[type="submit"] {
    display: block;
    margin: 10px auto 0;
}

.fit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.shadow {
    box-shadow:
        0 2px 5px 0 rgba(0, 0, 0, 0.26),
        0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

