.div-inline{
    display:inline-block;
}
/*@media (min-width: 1200px) {

    }

    /* Landscape tablets and medium desktops */
    @media (min-width: 992px) and (max-width: 1199px) {

    }

    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {

    }

    /* Landscape phones and portrait tablets */
    @media (max-width: 767px) {

    }

    /* Portrait phones and smaller */
    @media (max-width: 480px) {

    }
/*#modal-background{
   width: 100%;
   height: 100%;
   background-color: #000000;
   opacity: 0.5;
   position: fixed;
   top: 0; left: 0;
   display: none;
   z-index: 99;
}

#modal-content{
    border:1px solid;
     background:#ffffff;
     width:225px;
     height:120px;
     display:none;
     position:absolute;
line-height: 100%;
}
.box{font-family:Arial, Helvetica, sans-serif;background-color:#c3ffc4;border-radius:10px;border:1px solid #999;padding:10px;}*/

