.rawt-imageboard {
    width: 100%;
    margin-top: -1.3em;
}

/*.rawt-imageboard.with-captions .imageboard-content {
    margin: 0 1em;
}*/

.rawt-imageboard-med {
    max-width: 700px;
}

.rawt-imageboard-small {
    max-width: 450px;
}

.rawt-imageboard .col {
    width: 50%;
    float: left;
}

.rawt-imageboard .imageboard-content > .row > .col {
    width: 100%;
}

.rawt-imageboard-small .imageboard-content > .row > .col,
.rawt-imageboard-med.collapsed-med .imageboard-content > .row > .col,
.rawt-imageboard-full.collapsed-full .imageboard-content > .row > .col {
    width: 50%;
    float: left;
}

.rawt-imageboard .rawt-share-widgets {
    position: absolute;
    bottom: 0.3em;
    right: 0.3em;
    z-index: 3;
}

.rawt-imageboard .caption {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0.3em;
    color: #777 !important;
    font-size: 0.7em;
    font-weight: 400;
    left: -1em;
    padding: 1em;
    line-height: 1.3em;
    position: absolute;
    text-shadow: none !important;
    top: 1em;
    max-width: 60%;
}

.rawt-imageboard .imageboard-content > .row {
    margin-right: -1.3em;
}

.rawt-imageboard .imageboard-content > .row > .col1 .caption  {
    left: -1em;
}

.rawt-imageboard .imageboard-content > .row > .col2 .caption {
    left: auto;
    right: -1em;
}

.rawt-imageboard .item {
    background: #fff;
    margin: 1.3em 1.3em 0 0;
    padding: 0.4em;
    position: relative;
}

.rawt-imageboard .item .icon {
    display: block;
    color: rgb(255,255,255);
    color: rgba(255,255,255,0.6);
    opacity: 0;
    font-size: 5em;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    position: absolute;
    top: 50%;
}

.rawt-imageboard .item .icon:before {
    content: "\f00e";
}

.rawt-imageboard a {
    display: block;
    text-decoration: none;
    width: 100%;
}

.rawt-imageboard img {
    display: block;
    width: 100%;
    height: auto;
}

/*.rawt-imageboard .image {
    display: block;
    padding: 0.15em;
}

.rawt-imageboard .row .rawt-share-widgets {
    position: absolute;
    bottom: 0.8em;
    right: 0.8em;
    z-index: 3;
}

.rawt-imageboard .image img {
    display: block;
}

.rawt-imageboard .row {
    margin: 0 auto;
    text-align: center;
}

.rawt-imageboard .row .item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: relative;
    /* XXX-CL why can't I do 33.33% here with inline-block? */
   /* width: 33.2%;*/
    /*float: left;
}*/

/*.rawt-imageboard .row-1 .item {
    width: 100%;
}

.rawt-imageboard .row-2 .item {
    /* XXX-CL why can't I do 50% here with inline-block? */
  /*  width: 48%;
/*}

.rawt-imageboard .image img {
    width: 100%;
    height: auto;
}

.rawt-imageboard .caption {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.rawt-imageboard .row .caption {
    font-size: 0.9em;
}

.rawt-imageboard .row-1 .caption {
    font-size: 1.1em;
}

.rawt-imageboard .row-2 .caption {
    font-size: 1em;
}*/