﻿.ta-editor {
  height: auto;
  width: auto;
  min-height: 100px;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}

.ta-toolbar .btn {
  border-radius : 2px;
  padding : 5px;
  min-width : 30px;
  background-color : #fff;
  color : #333;
}
[text-angular] { 
  position : relative;
}
.ta-toolbar {
    position: relative;
    margin-left: 0px !important;
    max-width: 210px;
    min-width: 210px;

    /*top: 0;
    right: 0;*/
}
@media all and (max-width: 699px) {
  .ta-toolbar { position : absolute; }
  .ta-editor { padding-top : 30px; }
}

@media all and (max-width: 250px) {
  .ta-toolbar { display : none; }
}
.ta-toolbar .btn-group { 
  margin : 0!important;
  box-shadow : 0 1px 3px rgba(0,0,0,0.2);
}
.ta-editor {
    border: 1px solid #EEE;
    /*border-raidus: 3px !important;*/
}