/*
Theme Name: pigeon
Theme URI: http://go-sign.info/
Author: K.Takagi
Author URI: http://go-sign.info/
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pigeon

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

h1 {
    margin-top: 10px;
}

h2 {
    margin-top: 5px;
    font-size: 18px;
}

.header {
    padding-bottom: 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container {
    width: auto;
    padding: 0 20px;
}
.container .text-muted {
    margin: 20px 0;
}

.message_list {
    margin: 10px 0;
}

#canvas_area {
    width: 90%;
    height: 50%;
    position: fixed;
}
