#board {
    font-family: arial, verdana, sans-serif;
    height: auto;
    position: relative;
    float: left;
    background-color: #eeeeee;
    border: 5px solid #bbbbbb;
    border-radius: 10px;
    color: #333333;
 }

#inprogress {
    border-left: 2px dotted #999999;
    border-right: 2px dotted #999999;
}

#done {
    border-right: 2px dotted #999999;
}

.card {
    width: 176px;
    height: 51px;
    padding:5px;
    margin:10px 5px;
    border: 2px solid #666666;
    font-size: 12px;
    position: relative;
}

.column {
    width: 200px;
    float: left;
    padding-bottom: 75px;
}

h3 {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px dotted #999999;
}

span {
    padding-right: 10px;
}

.bug-button {
    padding: 3px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    background-color: rgb(243, 204, 204);
    border: 1px solid #999999;
    border-radius: 5px;
    visibility: hidden;

}

.task-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    padding: 3px 10px;
    background-color: rgb(207, 226, 242);
    border: 1px solid #999999;
    border-radius: 5px;
    visibility: hidden;
}

#mydiv {
    position: relative;
    padding-bottom: 15px;

}

#trash {
    color: #bbbbbb;
    border-bottom: none;
}

#btn1,#btn2,#btn3 {
    width: auto;
    text-align: left;
    font-size: 14px;
    background: #eee;


}
#btn1 {
    display: none;
}
