.border-plank {
    border: 35px solid transparent;
    border-image: url('../images/Game/Plank.jpg') 20% round;
}

.border-plank-left {
    border-left: 35px solid transparent;
    border-image: url('../images/Game/Plank.jpg') 20% round;
}

.border-plank-right {
    border-right: 35px solid transparent;
    border-image: url('../images/Game/Plank.jpg') 20% round;
}

.border-plank-top {
    border-top: 35px solid transparent;
    border-image: url('../images/Game/Plank.jpg') 20% round;
}

.border-plank-bottom {
    border-bottom: 35px solid transparent;
    border-image: url('../images/Game/Plank.jpg') 20% round;
}

.border-size-5 {
    border-width: 5px;
}

.border-size-10 {
    border-width: 10px;
}

.border-size-15 {
    border-width: 15px;
}

.border-none {
    border: none;
}