
.widget-window{background-color: white;display: flex; flex-direction: column;border: 1px #dddddd solid;margin-bottom: 25px;}
.widget-window-head{text-transform: uppercase; height: 64px; padding: 15px 0;display: flex; flex-direction: row;border-bottom: 1px #dddddd solid;}
.widget-window-head h1 {flex: 1;padding:0 15px;color: #093eaa;}
.widget-window-actions{display: flex; flex-direction: row;padding:0 15px;justify-content: center;align-items: center;}

.widget-window-head .link {list-style: none; margin: 5px;background-color: white;font-size: 26px;}
.widget-window-head .link:hover{cursor: pointer;text-decoration: none;}
.widget-window-footer{text-transform: uppercase; padding: 15px 0;}
