* {
    margin: 0;
    padding: 0;
}

.bold {
    font-weight: 600;
}

#main {
    width: 100%;
}

#roninDevContainer {
    width: 100%;
    margin: 0px auto;
    background: #f6fbe6; /* Old browsers */
    background: -moz-linear-gradient(top, #f6fbe6 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6fbe6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6fbe6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fbe6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#roninDevMenuBarContainer {
    width: 100%;
    margin: 0px auto;
    background-color: #e2eef4;
    padding: 8px 0;
}

#roninDevMenuBar {
    padding-left: 60px;
    margin: 0;
}

.roninDevMenuBarItems {
    cursor: pointer;
    display: inline-block;
    padding: 2px 7px;
    font-size: 0.9em;
}

.roninDevMenuBarItemsActive {
    color: #2d8590;
}

#roninDevSearchWrapper {
    display:  inline-block;
    width: 70%;
}

#roninDevSearchContainer {
    width: 100%;
    margin: 0 auto 20px;
    background-color: #2d8590;
    padding: 12px 0;
    text-align: center;
}

#roninDevSearchItem {
    display: inline-block;
    width: 50%;
}

#searchBar {
  display: inline-block;
    /*background-image: url('css/search_icon.png');*/
    background-position: 8px 7px;
    background-repeat: no-repeat;
    width:100%;
    font-size: 16px;
    padding: 8px 50px 8px 20px;
    border: 0;
    position: relative;
    margin: 0;
    max-width: 1100px
}
/* filter content */
.select-container {
    position: relative;
    width: 170px;
}

.select-box {
    border: none !important;
    color: white !important;
    text-align: justify;
    text-align: center!important;
text-align-last: center!important;
    padding-right: 12px!important;
}

select {
   text-align:right;  
    border: none;
    border-radius: 10px !important;
    -moz-appearance: none;
    -webkit-appearance: none !important;
    appearance:none !important;
    width: 35% !important;
    height: 35px !important;
    line-height: 35px;
    background: #1294ab !important;
    font-size: 14px;
    font-weight: 500 !important;
    color: white;
    text-transform: uppercase;
    outline:none;
    padding-right: 10px;
    box-shadow: none;
    transition: 0.2s;
}
 
select:focus, select:hover {
  box-shadow: none;
}
   
select:-moz-focusring {
    color: none !important;
}
   
select::-ms-expand {
    display: none;
    background-color: #2d8590;
}
   
.select-arrow {
    color: black;
    left:0px;
    top: 10px;
    width:30px;
    position:absolute;
    display:block;
    z-index: 10;
    margin: 0 0 0 0;
    pointer-events:none;
}

.roninDevSearchContainer2 {
    width: 25%;
   display: inline-block;
}

#filterBar {
    width: 100% !important;
    height: 2rem;
}

  /* /filtercontent */

#roninDevTitleContainer {
    margin: 0px auto;
    text-align: center;
    vertical-align: top;
}

#roninDevTitleInnerContainer {
    margin: 0px auto;
    width: 600px;
}

#roninDevGalleryPageTitle {
    font-size: 3em;
    margin-bottom: 10px;
}

#roninDevGalleryOwner {
    font-weight: 400;
    font-size: 1.6em;
    color: #2d8590;
    margin-bottom: 20px;
}

#roninDevGalleryPageDescription {
    font-weight: 400;
    font-size: 1em;

}

#roninDevGalleryContainer {
    margin: 0px auto;
    width: 85%;
    padding-top: 20px;
    text-align: center;
    vertical-align: top;
}

.boardLinkContainer {
    text-align: left;
    width: 258px;
    margin: 12px 10px;
    display: inline-block;
    vertical-align: top;
}

#keyWordList {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    vertical-align: top;
}

.keyWordLink {
    cursor: pointer;
    border: 1.5px solid #48acbe;
    color: #48acbe;
    padding: 5px 15px;
    margin: 0 8px;
    text-decoration: none;
}

.keyWordLink:hover {
    background-color: #48acbe;
    color: #f6fbe6;
}

.keyWordLinkActive {
    background-color: #48acbe;
    color: #f6fbe6;
}

.keyWordLinkActive:hover {
    background-color: lightgrey;
    color: #48acbe;
}

#spaceAfterPin {
    width: 15px;
    display: inline-block;
}

.boardLinks {
    cursor: pointer;
    display: block;
    width: 258px;
    text-decoration: none;
    padding: 10px;
    box-shadow: -2px -2px 2px 0px rgba(0,0,0,0.1);
    text-align: left;
    background: white;
}

.boardLinks:hover {
    color: black;
    background-color: #e2eef4;
}

.roninDevPinterestPictureContainer_1 {
    display: inline-block;
    width: 238px;
    height: 118px;
    margin: 0 0 2px;
    overflow: hidden;
}

.roninDevPinterestPictureContainer_2 {
    display: inline-block;
    width: 118px;
    height: 118px;
    margin: -7px 0 0;
    overflow: hidden;
}

.roninDevPinterestPictureContainer_3 {
    margin-left: 2px;
}

.roninDevPinterestPicture {
    max-width: 300%;
}

.galleryColumn {
    width: 250px;
    display: inline-block;
    margin: 11px;
    vertical-align: top;
}

.pinContainer {
    text-align: left;
    width: 240px;
    display: inline-block;
    margin: 7px;
    background: white;
}

.pinSpacer {
    height: 6px;
}

.pinLink {
    cursor: pointer;
    color: black;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 5px;
    /*box-shadow: -150px -120px 95px -100px rgba(0,0,0,0.2);*/
    box-shadow: -2px -2px 2px 0px rgba(0,0,0,0.1);
    text-align: left;
    background: white;
}

.pinLink:hover {
    background-color: #e2eef4;
}

.pinText {
    color: black;
    padding: 5px 5px 0;
    margin: 0;
    /* Make sure that the url links are multiline if they are too long */
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.pinLinkText {
    color: #33a1b6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pinLinkText:hover {
    color: #33a1b6;
}

#detailPinSpacer {
    height: 20px;
    width: 100%;
}

#detailPinContainer {
    width: 560px;
    margin: auto;
    padding: 30px;
    background-color: white;
    border-radius: 8px;

    text-align: left;
}

#bigPicture {
    border-radius: 8px;
    cursor: pointer;
}

.fullWidth {
    width: 100%;
    box-sizing: border-box;
}

.centerizeDiv {
    display: table-cell;
    vertical-align: middle;
}

#articleDiv_1 {
    height: 60px;
    display: table;
    padding: 10px;
}

#visitLinkDiv {
    float: right;
    height: 60px;
    display: table;
}

#articleDiv_2 {
    margin-bottom: 20px;
    padding: 0 10px;
}

.circularAvatar {
    background-color: #b5b5b5;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 10px;
}

.articleLink {
    color: #555555;
    text-decoration: none;
}

.articleButton {
    background-color: #efefef;
    text-decoration: none;
    color: #555555;
    padding: 9px 12px;
    border-radius: 8px;
    box-sizing: border-box;
}

#noteTitleDiv {
    height: 40px;
    border-bottom: 0.5px solid #eeeeee;
    margin-bottom: 15px;
}

#noteTitle {
    color: #b5b5b5;
    font-weight: 100;
}

.vertical-align-top {
    vertical-align: top;
}

#noteTextDiv {
    width: 400px;
}

.inlineBlock {
    display: inline-block;
}
