#box {
    margin-right:20px;
    padding:10px;
    left:auto;
    right:0;
    max-width:400px;
    max-height:350px;
  }

.notifications {
   min-width:420px; 
  }
  
.notifications-wrapper {
   overflow:auto;
   max-height:250px;
}
    
.menu-title {
   color:black;
   font-size:1.5rem;
   display:inline-block;
}
.menu-foot {
   color:black;
   display:inline-block;
}

.menu-foot:hover{
   color: grey;
   cursor: pointer;
}

#temperature {
    display: none;
}
   
.notification-heading, .notification-footer {
    padding:2px 10px;
    text-align: center;
}      
        
.dropdown-menu.divider {
  margin:5px 0;          
  }

.item-title {
  
 font-size:1.3rem;
 color:#000;
    
}

.notifications a.content {
 text-decoration:none;
 background:#ccc;

 }
    
.notification-item {
   padding:10px;
   margin:5px;
   /* border-color: #000;
   border-style: solid; */
   background-color: #ccc;
   border-radius:4px;
 }

.not-current {
    font-weight: 700;
}

 .not-time {
    color: rgb(61, 144, 221);
    margin-bottom: 2px;
    font-size: smaller;
    }